input#username,input#password{
width:100px;
height:16px;
border-right:#003366 1px solid;
border-left:#003366 1px solid;
border-top:#003366 1px solid;
border-bottom:#003366 1px solid;
}
.tool{
	background-image: url(top_tool.png);
	height: 25px;
}
.body{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;	
}
.foot{
	background-image: url(bottom.jpg);
	height: 85px;
}
.login_from{
	margin-top: 15px;
}
.btn{
	height: 20px;
}
.input_sm{
	width: 50px;
	height:16px;
	border-right:#003366 1px solid;
	border-left:#003366 1px solid;
	border-top:#003366 1px solid;
	border-bottom:#003366 1px solid;
}
#error_message{
	color:#5688C5;
	font-weight: bold;
}