.header {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:white;
	border:1px solid #ADADAD;
	height:33px;
	margin:0 auto 10px;
	overflow:hidden;
	padding:0 5px;
	width:930px;

}

.header span{
	margin-top:11px;
	color:#ADADAD;
	float:right;
	margin-left:8px;
	margin-right:0;
}

.header #username{
	margin-top:12px;
	color:black;
	float:right;
}

.header #logo{
	float:left;
	margin-top:2px;
	font-size:15px;
	margin-left:16px;
}
.header #logo img {
	border: 0px;
	margin-top:-5px;
}

.header .opt {
	margin-top:9px;
	color:#0084F6;
	float:right;
	font-size:15px;
	margin-left:5px;
	margin-right:0px;
	text-decoration:none;
}

#header_message {
	display:none;
       -moz-border-radius-topleft:5px;
       -moz-border-radius-topright:5px;
}
#header_message p{
	float:left;
	margin-top:10px;
	margin-left:30px;
	color:red;
}
