body {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	background:#EFEFEF;
}
a {
	color: #474747;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
html, form, body, ul, ol, dl, img, li, * {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wrap {
	width:625px;
	height:auto;
	margin:0 auto;
}
.login {
	width:584px;
	height:315px;
	text-align:center;
	margin-top:90px;
	padding:0px;
	float:left;
	display:inline;
	background:url(../images/login.gif) top left no-repeat;
	border:1px solid #cccccc;

}
.login ul {
	width:310px;
	height:135px;
	margin:90px 117px 0 198px;
	float:left;
	display:inline;
}
.login ul li {
	width:308px;
	height:31px;
	line-height:31px;
	margin-bottom:21px;
	background:#edfaff;
	float:left;
	padding:1px;
}
.login_input {
	width:306px;
	height:29px;
	line-height:29px;
	float:left;
	color:#223a4d;
	font:16px/29px arial, sans-serif;
	padding:0px;
	border:1px solid #c1cad1;
	background:url(../images/input_bj.gif) top left repeat-x;
	clear: both;
	position: relative;
}
.i{
	width:296px;
	height:29px;
	line-height:29px;
	padding:0px 5px;
	font:16px/29px arial;
}
.login_button {
	width:126px;
	height:38px;
	margin:0 auto;
	border:0px;
	padding:0px;
	cursor:pointer;
	background:url(../images/login_button.gif) center center no-repeat;
}
