@charset "utf-8";
/* CSS Document */





#content{
	margin:0 auto;
	width:960px;
	height:300px;
	padding-top:20px;
}

#content li{ 
	background:#EAF4FE; 
	float:left;  
}
#content li span{
	display:inline-block;
	vertical-align:middle;
	height:36px;
	line-height:36px;
	width:208px;
	padding:0 20px;
}
#content li em{ 
	display:inline-block;
	vertical-align:middle;
	background:#FF6633;
	border:18px solid #EAF4FE;
	width:0;
	height:0; 
}
#content .on{ 
	background:#1DD388;
	color:white;
}
#content .on em{
	border-left:18px solid #1DD388;
}
#content .on .left{
	border:18px solid #1DD388; 
}

#content .verification{
	clear:both;
	padding-top:20px;
	padding-left:20px;
}
#content .verification p.num{
	line-height:3em;
	padding-bottom:10px;
}
#content .verification .pass-button{
	height:30px;
	line-height:30px;
	background-color:#f2f3f5;
	width:120px;
	text-align:center;
	border:1px #e2e8ed solid;
	cursor: pointer;
	margin-bottom:10px;
}
#content .verification .pass-button-timer span.timer{
	display:inline-block;
	height:30px;
	line-height:30px;
	background-color:#f2f3f5;
	width:120px;
	border:1px #e2e8ed solid;
	text-align:center;
	cursor: pointer;
	color:#ccc;
	vertical-align:middle;
}
#content .verification .pass-button-timer span.send-info{
	vertical-align:middle;
}
#content .verification p.code{
	padding:20px 0;
}
#content .verification input{
	width:120px;
	height:30px;
	line-height:30px;
	font-size:14px;
	border:1px #1DD388 solid;
}
#content .verification .msg{
	color: #DA1111;
}
#content input.pass-button-submit{
	width:120px;
	height:30px;
	line-height:30px;
	background-color:#1DD388;
	cursor:pointer;
	color:white;
	border:none;
}
#content .pass-button-submit:hover{
	background-color:#0088cc;
}
#content label{
	display:inline-block;
	width:100px;
}

#content .verification input#btn{
	margin-left:5px;
	color:white;
	background:#33bbff;
	border:none;
	
}
#content .verification input#btn[disabled="true"]{
	background:#ccc;
	}
#content .verification .msg{
	margin-left:5px;
	color:#ccc;
	}
#content .verification .error{
	color:red;
	}
