@charset "utf-8";
body{
	font-family: Georgia;
	font-size: 12px;
	background: #34495a url(../images/loginbodybg.gif) repeat-x;
	text-align: center;
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.content{
	width: 743px;
	height: 439px;
	background: url(../images/loginmainbg.gif) no-repeat;
	margin: 0 auto;
	margin-top: 74px;
	_margin-top: 59px;
	position: relative;
	text-align: left;
}
*+html .content{
	margin-top: 60px;
}
.content h1 {
	width: 250px;
	height: 130px;
	background: url(../images/loginlogo.png) no-repeat;
	text-indent: -999999px;
	position: absolute;
	top: 100px;
	left: 130px;
}
.content .body{
	position: absolute;
	top: 110px;
	right: 30px;
	width: 300px;
}
.content .body ul li{
	margin: 5px 0
}

.content .inputstyle{
	border: none;
	width: 156px;
	padding: 2px 3px;
	border: 1px solid #00CCFF; 
	color: #999;

}
.content .inputstylefocus{
	border: none;
	width: 156px;
	padding: 2px 3px;
  border: 1px solid #ff9900; 
	color: #000;

}
.content .inputstyleyz{
	border: none;
	width: 106px;
	padding: 2px 3px;
  border: 1px solid #00CCFF;   
	color: #999;

}
.content .inputstyleyzfocus{
	border: none;
	width: 106px;
	padding: 2px 3px;
  border: 1px solid #ff9900; 
	color: #000;

}

.message{
	position: absolute;
	right: 30px;
	bottom: 120px;
	width: 290px;
	height: 37px;
	background: url(loginmsgbg.png) no-repeat;
	padding: 15px 3px 0 45px;
}
.verifycodeimg{
	height: 18px;
	width: 60px;
	position: absolute;
	left: 95px;
	top: 5px;
	1border: 1px double #ccc;
}

input.button {
  padding: 2px 8px 0px;
  margin: 2px 2px;
  border: 1px solid #2D5082;
}