*{
	margin:0;
	padding:0
}
body{
	font-size:12px; font-family:Tahoma; color:#000000; margin:0; padding:0;
	background:#dfdfdf;
	overflow:hidden;
}

.login{
	margin:0 auto;
	width:690px;
	height:600px;
	background:#dfdfdf url(../Images/login_main_bg.jpg) no-repeat 0 0;

}
.login_info{
	width:200px;
	height:40px;
	margin-top:300px;
	margin-left:100px;
	_margin-left:50px;
	float:left;
	background:url(../Images/login_select.jpg) no-repeat 85px 5px;
}
.select{
	float:right;
	margin-right:28px;
	_margin-right:15px;
	cursor:pointer;
	width:80px;
	height:20px;
	margin-top:11px;
}
.login_form ul{
	list-style-type:none;
	width:80px;
	margin-top:5px;
	overflow:hidden;
	background:#fff;
	display:none;

}
.login_form li{
	height:20px;
	overflow:hidden;
	line-height:18px;
	text-align:center;
}
.eid_value{
	text-align:center;
	margin-top:3px;
}
.login_info_title{
	line-height:40px;
	float:left;
}
.form_info{
	width:250px;
	height:150px;
	margin-top:200px;
	margin-right:100px;
	float:right;
	display:inline;
}
.field{
	margin:10px;
}
.field label{
	float:left;
	padding:6px;
}
.field input.text{
	border:1px solid #c5c5c5;
	padding:6px;
	background:url(../Images/field_text_bg.jpg) repeat-x left center;
}
.field .button{
	background:url(../Images/login_button.jpg) no-repeat left center;
	border:none;
	width:94px;
	height:28px;
	cursor:pointer;
}
.yzm{
	color:#4e9f06;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial;
	padding-left:10px;
}

