#top{
	position:relative;
	top:0px;
	left:0px;
	display:block;
	background-image:url(images/header_background.gif);
	background-repeat:repeat-x;
	width:900px;
	height:74px;
	clear:both;
}

#nav{
	position:relative;
	top:0px;
	left:0px;
	display:block;
	background-image:url(images/header_nav_background.gif);
	background-repeat:repeat-x;
	width:900px;
	height:35px;
	margin-bottom:1px;
	clear:both;
}

#sleepadvice{
	position:relative;
	top:0px;
	left:0px;
	width:96px;
	height:60px;
	float:left;
}

#login{
	position:relative;
	top:0px;
	left:0px;
	background-image:url(images/header_login.gif);
	background-repeat:no-repeat;
	width:210px;
	height:60px;
	float:right;
}

#login form{
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:60px;
	display:block;
	margin:0px;
	padding:0px;
}

#login form input{
	display:block;
	position:relative;
	top:0px;
	left:0px;	
	margin: 1px 9px 0px 2px;
	padding:0px;
	border:none;
	border:0px;
	float:right;
}

#login form input.header{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	margin: 0px 0px 0px 9px;
	padding:0px;
	background-color:#FFF;
	border:none;
	border:0px;
	float:left;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#4D4D4D;
	line-height: normal;
	width:76px;
	height:15px;
}