body{
	font-family: "Verdana";
	font-size: 10px;
	margin: 0 25%;
}

#DivForm{
	color: #666;
	font-size: 10px;
	width: 500px;
	height: 80px;
	margin: 25px auto;
	padding: 10px 0 0 0;
	border: 0px solid #000;	
	text-align: center;
	background: url(../Images/Bgs/Login/FormLogin.png) no-repeat;
}

#DivForm a{
	color: #666;
	text-decoration: none;
}

#DivForm form{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	border: 0px solid #f00;
	font-size: 11px;
	font-weight: bolder;
}

#DivForm form label{
	font-weight: bolder;
	border: 0px solid #fff;
	height: 20px;
	width: 50px;
}

#DivForm form input {
	border: none;
	width: 150px;
	border-bottom: 1px solid #aaa;
	background: transparent;
	text-align: left;
	
}

#DivForm form .Warning{
	font-weight: normal;
	text-align: center;
	color: #f00;
}
	
#DivForm form .Button{
	width: 20px;
	height: 20px;
	padding: 0px;
	background: transparent;
	border: 0px solid #069;
}
