﻿.errMenu
{
	height:30px;
	color:Red;
	line-height:30px;
}
.menuUser
{
	width:208px;
	background:url('/images/userBackground.gif') no-repeat;
	padding-left:10px;
}
.uls
{
	height:32px;
	overflow:hidden; 
}
.uls div, .uls input
{
	float: left;
	
}
 .uls input
 {
 	border: 1px solid #FFFF00;
 	height:16px;
 	width:130px;
 	padding-top:2px;
 }
.uls div
{
	width:50px;
}
#login
{
	margin-bottom:20px;
}
#login *
{
	width:50px;
	height:24px;
	display:inline;
	background:white;
	float:left;
	border:none;
	line-height:24px;
	color:#333333;
	text-align:center;
	margin-left:30px;
	margin-top:0px;
	cursor:pointer;
	font-size:12px;
}
