@charset "utf-8";
/* CSS Document */

.vcenter{margin:120px;}
#login{
	width:360px;
	margin:0px auto 20px auto;
	background:#FFF;
	color:#069;
	font-size:14px;


	-moz-box-shadow			: 0px 0px 10px #666; 
	-webkit-box-shadow		: 0px 0px 5px #666; 
	box-shadow				: 0px 0px 5px #666;
	
	behavior: url(css/ie-css3.htc);
}
#login .title{
	color:#FFF;
	border-bottom:1px solid #069;
	height:33px;
	font-size:14px;
	font-weight:bold;	
	background:#09C url(../images/user.png) left no-repeat;
	background-position:5px;
	padding-left:35px;
}
#ur_login , #ur_pwd{
	width:150px;
}
input[type=text],[type=password]{
	border:1px solid #ccc;
	padding:3px;
	margin:2px;
	
	-moz-border-radius		: 5px 5px 5px 5px;
	-webkit-border-radius	: 5px 5px 5px 5px;
	border-radius			: 5px 5px 5px 5px;
}
input[type=text]:hover,[type=text]:focus,[type=password]:hover,[type=password]:focus{
	border:1px solid #09C;
}
#go_btn{
	margin:2px;
	border:1px solid #999;
	padding:2px;
	background:#444;
	color:#FFF;
	font-size:14px;
	
	-moz-border-radius		: 5px 5px 5px 5px;
	-webkit-border-radius	: 5px 5px 5px 5px;
	border-radius			: 5px 5px 5px 5px;
	
}