/* CSS Document */
.shousuo p span.succe{
	color:#999999;
	margin-left:5px;
	}
.shousuo p span.error{
	color:#F00;
	margin-left:5px;
	float:left;
	}
.shousuo p span.default{
	color:#999;
	margin-left:5px;
	float:left;
	}
.shousuo p span img{
	float:left;
	
	}
.H210{
	height:210px;
	overflow:hidden;
	}
.shousuo p input[type=text],.shousuo p input[type=password]{
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	outline: none;
	}
.shousuo p input:focus{
	box-shadow:0 0 5px #61d047;
	border:1px solid #61d047;
	}
.shousuo p input.succe{
	box-shadow:0 0 5px #61d047;
	border:1px solid #61d047;
	}
.shousuo p input.error{
	box-shadow:0 0 5px #FF0000;
	border:1px solid #FF0000;
}
.shousuo .btn_more{
	width:250px;
	text-align:center;
	line-height:28px;
	height:28px;
	margin:0px 100px 0px 0;
	}
.shousuo .btn_more a{
	color:#017A85;
	text-decoration:underline;
	}

