/* CSS Document */

.register_mobile{
	background-color:#f9f9f7;
}

.register_mobile .main{
	padding-left:0.3em;
	padding-right:0.3em;
}

.register_mobile .register_box{
	min-width:320px;
	max-width:680px; 
	margin:88px auto;
	margin-bottom:50px;
	border:1px solid #e1e1e1;
	box-shadow:0 0 3px #eee,inset 0 0 3px #fff;
	-moz-box-shadow:0 0 3px #eee,inset 0 0 3px #fff;
	padding:20px;
	background-color:#fbfbfb;
}

.register_mobile .register_box_header{
	padding-bottom:10px;
	border-bottom:3px solid #e1e1e1;
}

.register_mobile .register_box_mobile_body{
	margin-top:5px;
	border-top:1px solid #e1e1e1;
	padding-top:20px;
}

.register_mobile .register_box_mobile_body .register_box_form{
	margin:0 5%;
}

.register_mobile .register_box_header h3{
	margin:0;
	padding:0;
	font-size:24px;
	color:#5c6371;
	font-family:inherit;
	line-height:40px;
	font-weight:500;
}

.register_mobile .register_box_footer{
	border-top:1px solid #e1e1e1;
	line-height:54px;
	min-height:40px;
}

.register_mobile .register_box_footer a{
	color: #334;
	text-decoration:none;
}

.register_mobile .register_box_footer a:hover{
	color: #d14836;
	text-decoration:none;
}

.register_mobile .register_box_footer a:focus{
	color: #337ab7;
	text-decoration:none;
}

.register_mobile #login_mobilephone_activate{
	display:inline;
	width:30%;
}

.register_mobile #login_notice{
	position:relative;
	top:0.4em;
	left:1em;
	color: #777;
}

.register_mobile .alert-danger{
	margin-bottom:0;
}

.register_mobile .register_box_mobile_success_body{
	margin-top:5px;
	border-top:1px solid #e1e1e1;
	padding-top:40px;
	padding-bottom:100px;
	text-align:center;
}

.register_mobile .register_box_mobile_success_body .imgicon_success{
	background:url('/resource/img/imgicon_success.png');
	zoom:1;
	display:inline-block;
	width:81px;
	height:81px;
}

.register_mobile .register_box_mobile_success_body span{
	font-size:18px;
	line-height:36px;
	color:#555;
}

.register_mobile .register_box_mobile_success_body .success_message{
	color:#d14836;
	font-size:18px;
}

.register_mobile .register_box_mobile_success_body #jump_to_admin{
	text-decoration:none;
}


