﻿#page_box{ background-color:#f2f4f3;}
/*#region ============ 内容块通用样式 ============*/
#main_container{padding-bottom:55px;}
#main_container .btn{border:1px solid #1f8ccd; border-radius:3px; height:32px; color:White; text-align:center; font-size:14px; background-color:#1f8ccd; line-height:26px;}
#main_container .btn_red{border:1px solid #ea847f; border-radius:3px; height:35px; color:White; text-align:center; font-size:14px; background-color:#ea847f;}
#main_container .btn_small{width:105px;}
#main_container .btn_middle{width:120px;}
#main_container .btn_big{width:230px;}
#main_container .btn_empty{ border:1px solid #1f8ccd; border-radius:3px; height:32px;  background-color:White; color:#1f8ccd; line-height:27px;}
#main_container .btn_empty_red{ border:1px solid #ea847f; border-radius:3px; height:30px; color:#ea847f; font-size:14px;}
#main_container .btn_empty_small{ width:95px;}
#main_container .btn_empty_big{width:118px;}
#main_container .btn_empty:hover{background-color:#1f8ccd;color:White;}
#main_container .btn_empty_red:hover{background-color:#ea847f;color:White;}
#main_container .error_tip_red{border:1px solid #ea847f; border-radius:3px; color:#ea847f; font-size:14px; padding:3px; margin-left:20px; vertical-align:top;} 
/*#endregion*/

/*#region ============ 登录、注册步骤进度条 ============*/
.process_bar{ padding:20px 0 0;}

.process_bar .process_step{ float:right; width:831px; padding:0 25px;}
.process_bar .process_step ul{ height:77px;background:url("/web/img/bg-processbar-solid-800-3.png") no-repeat 20px 33px;}
.process_bar .process_step ul li{ font-size:14px; background:url("/web/img/bg-forgetpassword-step-off-34-35.png") no-repeat scroll center 17px;color: White;float: left;line-height: 28px;padding-top: 20px;text-align: center;}
.process_bar .process_step ul li.on{ background:url(/web/img/bg-forgetpassword-step-on-35.png)  no-repeat scroll center 17px;}
.process_bar .process_step ul li.step2{ padding-left:290px; padding-right:290px;*padding-left:276px; *padding-right:276px;}
.process_bar .process_step ul li font{ color:#666;}
/*#endregion*/

/*#region ============ 登录、注册步骤内容 ============*/
.step_wrapper{ min-height:300px; background-color:White;box-shadow:0 0 5px 2px #d7d9d8; padding-bottom:80px;}
.content_wrapper{  margin:0 auto;  color:#666;}
.content_wrapper ul li{ margin-bottom:15px;}
.content_wrapper ul li input{width:240px; border:1px solid #b0b0b0;height:30px; line-height:30px; padding-left:5px; border-radius:3px; }
.content_wrapper ul li span{ margin-right:5px; font-size:14px;text-align:right; display:inline-block;}
/*#endregion*/