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

#reg{
	float:left;
	width:1100px;
	margin-top:10px;
}
#reg strong{
	width:110px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:inline-block;
	color:#FFF;
	border-radius:3px 3px 0 0;
	background:#3AA400;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
}
#reg form{
	width:1100px;
	padding:20px 0 0 0;
	border-top:2px solid #3AA400;
}
#reg form ul{
    margin-left:360px;
}
#reg form ul li{
	height:30px;
	line-height:30px;
	margin-bottom:15px;
}
#reg form ul li:last-child{
	margin-bottom:10px;
	font-size:14px;
	color:#666;
	padding-right:20px;
	text-align:right;
}
#reg form ul li:last-child a{
	margin-right:15px;
}
#reg form ul li label{
	display:inline-block;
	text-align:right;
	color:#666;
	height:30px;
	width:80px;
	line-height:30px;
}
#reg form ul li input{
	margin-left:10px;
	text-indent:5px;
	font-size:14px;
	height:30px;
	width:200px;
	line-height:30px;
	border:1px solid #ddd;
	border-radius:3px;
}
#reg input[name="yzm"]{
    width:80px;
}
#reg form ul li button.but{
    margin-left:150px;
}
#reg form ul li span{
	margin-left:5px;
}
.green {
    color:#57bd20;
}
.red{
    color:red;
}
span.error{
    font-size:14px;
    color:red;
    padding-left:5px;
}
img.verify {
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    width: 200px;
}