@charset "utf-8";
#st-ol { position:relative; padding: 13px 10px; border-radius: 0; background-color: #d4e4ed; border: 1px solid #c3d2da; margin-bottom: 20px; }
#st-ol p {font-size:13px; letter-spacing:-0.5px; color:#333; line-height:16px;}
#st-ol p span {*display:inline-block;}

#st-ol .input-warp {position:relative; }
#st-ol .input-warp button {position:absolute; right:0; top:0; padding: 0; border:none; width: 29%; height:63px;}
#st-ol .input-warp button.login_btn { border-radius:0; line-height:63px; background-color: #0085da;  color:#fff; border:none; letter-spacing:-0.5px; font-weight:500;}
#st-ol .input-warp button.login_btn:hover {background-color: #000;}

#st-ol .input-warp .input-group { width: 70%; margin-bottom: 3px; }
#st-ol .input-warp .input-group:last-child {margin-bottom:0;} 
#st-ol .input-warp .input-group input { *width: 49.5%; border-radius:0; box-shadow:none; border: 1px solid #b5b5b5; font-size:13px; padding: 5px;}
#st-ol .input-warp .input-group input:first-child {*float:left;} 
#st-ol .input-warp .input-group input:last-child {*float:right;} 
#st-ol .input-group-addon {color: #999; background-color: #fff; border-radius: 0;}
#st-ol .mb_name .fa { position: relative; top: -1px; }
#st-ol .mb_name .mb_icon { position: relative; top: -2px; }


#st-ol .btn-group {width:100%; margin-top:2px;}
#st-ol .btn-group .btn {border-radius:0; padding:0; font-size: 13px; line-height:30px; background-color: #5abbf6; color:#fff; border:none; letter-spacing:-0.5px; font-weight:500; width:100%;}
#st-ol .btn-group .btn1:first-child {width:35%; float:left;} 
#st-ol .btn-group .btn1:last-child {width:64%; float:right;} 
#st-ol .btn-group .btn-primary {border:none; background-color: #0085da; }
#st-ol .btn-group .btn:hover {background-color: #000;}
#st-ol .btn-group .btn-join {border:none; background-color: #5abbf6; }

#st-ol .btn-group1 {width:100%;}
#st-ol .btn-group1 .btn {border-radius:0; padding:0; font-size: 13px; line-height:30px; background-color: #5abbf6; color:#fff; border:none; letter-spacing:-0.5px; font-weight:500;}
#st-ol .btn-group1 .btn:first-child {width:50%; float:left;} 
#st-ol .btn-group1 .btn:last-child {width:49%; float:right;} 
#st-ol .btn-group1 .btn-primary {border:none; background-color: #0085da; }
#st-ol .btn-group1 .btn:hover {background-color: #000;}

.btn-default {background:none; *margin-left:10px; font-size:13px;}
.btn-default:hover {background:none;}


#st-ol .btn_admin {position:absolute; right:10px; top:10px; }
@media (min-width: 1000px) {
	#st-ol { padding: 18px 13px; margin-bottom:10px;}
	#st-ol .btn_admin {right:13px; top:15px; }
}