@charset "utf-8";
/* CSS Document */
.log-box,.reg-box { width:400px; margin:0px auto; padding:80px 0; }
	.log-box .form-line { min-height:80px; }
	.reg-box .form-line { min-height:60px; }
	.form-line label { float:left; width:70px; height:42px; line-height:45px; font-size:14px; }
	label.mico_uid { background:url('../home/member_bg.png') no-repeat 5px center; }
	label.mico_pwd { background:url('../home/member_bg.png') no-repeat -84px center; }
	.form-input { float:left; width:300px; height:45px; border:1px solid #E4E4E4; border-radius:5px; line-height:45px; padding:0 10px; font-size:16px; }
	.form-input:placeholder { color:#999; }
	.mbtn_red { display:block; margin-left:70px; width:320px; height:45px; background:rgba(233,0,41,1); border:none; border-radius:5px; color:#FFF; word-spacing:12px; font-size:18px; cursor:pointer; margin-bottom:10px; -webkit-transition:background 0.3s; -moz-transition:background 0.3s; -ms-transition:background 0.3s; -o-transition:background 0.3s; transition:background 0.2s; }
	.reg-box .mbtn_red { margin-top:10px; }
	.mbtn_red:hover { background:rgba(233,0,41,.7); }
	.mbtn_org { display:block; text-align:center; margin-left:70px; width:320px; height:45px; line-height:45px; background:rgba(219,219,219,1); border:none; border-radius:5px; color:#444; font-size:16px; -webkit-transition:background 0.3s; -moz-transition:background 0.3s; -ms-transition:background 0.3s; -o-transition:background 0.3s; transition:background 0.2s; }
	.mbtn_org:hover { background:rgba(219,219,219,.7); color:#444; }
	

.safegroup { border-bottom:1px dotted #CCC; padding:20px; }	
	.safegroup-t { float:left; width:10%; font-weight:600; }
	.safegroup-desc { float:left; width:70%; color:#777; }
	.safegroup-act { float:right; width:15%; }
	.safegroup-act a { color:rgba(11,146,221,1.00); }
.text-success { color:#090; }
.text-danger { color:#F90; }
.btn-default { display:inline-block;
	border:none;
	background-color:#FF9300;
	line-height:30px;
	height:35px;
	border-radius:4px;
	padding:0 30px;
	font-size:14px;
	color:#FFF;
	margin:15px 10px;
	cursor:pointer; }
/*.text-success:before{ content: "\e676";}*/