html,body{
	font-family: "微软雅黑" ;
	font-size:14px;
	color:#333;
}

#register p{ 
	margin:0;
}


#register .rmain{
	width: 800px ;
	margin:100px auto ;
}
#register .form-group{
	margin-bottom:25px;
}
#register .form-control{
	border:none;
	background-color:#f9f9f9;
	box-shadow:none;
}
#register .msg{
	display: none;
	color:#ed0000;
	line-height: 34px;
	height:34px;
	overflow: hidden;
}
#register .msg:before{
	content:"*";
	display: inline-block;
	vertical-align: sub;
	margin-right:3px;
}
#register .btn.btn-register{
	width:100%;
	margin-top:20px;
	color:#fff;
	background-color: #008fdc;
}

