/*Login style*/
#loginform{
			display: inline;
			margin:0; 
			padding:0;
			outline: none;
			font-family:sans-serif;
    		font-size:5px;
			}
			#login-uname {
			width:54px; 
			height:13px;
			font-size:11px;
			line-height:11px;
			margin:0;
			float:left;
			display:i;
			}
			#login-password {
			width:54px; 
			height:13px;
			font-size:11px;
			line-height:11px;
			margin:0;
			float:left;
			display:i;
			}
			#form-long{
			width:94px; 
			height:13px;
			font-size:11px;
			line-height:11px;
			margin:0;
			float:left;
			display:i;
			}

			#login-button {
			margin:0; 
			padding:0;
			text-align:center;
			height:18px;
			width: 35px;
			vertical-align:top;
			display:inline;
			float:right;
			font:10px "trebuchet ms";
			line-height:9px;
			background:#E3E7DC;
			color:#2F6272;
			border-style:2px inset;
			}
			#logout-button {
			margin:0; 
			padding:0;
			text-align:center;
			height:18px;
			width: 40px;
			vertical-align:top;
			display:inline;
			float:right;
			font:10px "trebuchet ms";
			line-height:9px;
			background:#E3E7DC;
			color:#2F6272;
			border-style:2px inset;
			}

	#icon-logged-in{
	vertical-align:middle;
	float:left;
	}
	#name-logged-in{
	font: 11px arial, verdana, sans-serif;
	vertical-align:middle;
	line-height:17px;
	color:#00516A;
	}
	#logger_button{
	vertical-align:middle;
	float:right;
	font:10px "trebuchet ms";
	line-height:9px;
	width:60px;
	height:18px;
	background:#E3E7DC;
	color:#2F6272;
	border-style:2px inset;
	}
	#left_logger_button{
	vertical-align:middle;
	float:left;
	font:10px "trebuchet ms";
	line-height:9px;
	width:60px;
	height:18px;
	background:#E3E7DC;
	color:#2F6272;
	border-style:2px inset;
	}
