﻿/*reg用户注册流程样式------------------------------------------------------------*/


/*
用户注册第一步
选择个人用户还是中介用户，这是正常的注册流程。如果用户直接从中介栏目进入，则直接进入中介注册页
*/


/*注册流程中的页面外容器和标题样式*/
.reg1_main{
width:900px;
margin:0 auto;
margin-top:35px;
overflow:hidden;
}
.reg1_main h1{
width:900px;
margin:0 auto;
font-size:14px;
color:#F45E00;
height:30px;
line-height:30px;
border-bottom:1px #ccc solid;
text-indent:25px;
}
.reg1_main h1 span{
font-weight:normal;
color:#666;
padding-left:10px;
}
.reg1_main em{
color:#FF0000;
font-family:times;
padding-right:5px;
}



/*用户选择*/
.reg1_cho{
width:450px;
float:left;
margin-top:20px;
}
.reg1_cho ul{
padding-left:100px;
}
.reg1_cho p{
line-height:22px;
}

.reg1_cho_l1{
height:50px;
line-height:50px;
font-size:14px;
color:#FF3300;
font-weight:bold;
background:url(../Images/reg_bk1.gif) no-repeat left;
text-indent:50px;
}

.reg1_cho_l2{
height:50px;
line-height:50px;
font-size:14px;
color:#FF3300;
font-weight:bold;
background:url(../Images/reg_bk2.gif) no-repeat left;
text-indent:50px;
}

.reg_signboot{
height:100px;
line-height:100px;
background:url(../Images/reg_next.gif) no-repeat left center;
text-indent:25px;
font-size:14px;
font-weight:bold;
color:#fff;
border:0;
}
.reg_signboot a{
color:#fff;
}

.reg_phoen{
width:900px;
margin:0 auto;
text-indent:100px;
color:#666;
}








/*
个人用户注册，只需要用户名，密码，和邮箱即可。
*/

.reg1{
width:500px;
margin:0 auto;
margin-top:30px;
}

.reg1boot
{
width:108px;
line-height:43px;
background:url(../Images/reg_next.gif) no-repeat left center;
font-size:14px;
font-weight:bold;
text-align:center;
color:#fff;
border:0px;
}

.reg1boot a{
color:#fff;
}



/*
中介用户注册页面。
*/
.reg2{
width:700px;
margin:0 auto;
margin-top:15px;
}
.reg2 span{
color:#666;
line-height:145%;
}
.reg2 hr{
color:#ebebeb;
height:1px;
}

.reg2boot{
height:70px;
line-height:70px;
background:url(../Images/reg_next.gif) no-repeat left center;
font-size:14px;
font-weight:bold;
text-indent:25px;
}

.reg2boot a{
color:#fff;
}








/*
用户登录界面
*/

.login{
width:750px;
margin:0 auto;
overflow:hidden;
margin-top:30px;
}

.login_left{
height:195px;
width:390px;
float:left;
overflow:hidden;
background:url(../Images/loginbk01.gif) no-repeat;
}
.login_left ul{
margin-top:50px;
margin-left:60px;
}
.login_left li{
height:35px;
line-height:35px;
}

.login_left li span{
padding-left:10px;
}

.login_left_b{
height:43px;
line-height:43px;
width:108px;
background:url(../Images/loginbk.gif) no-repeat center;
border:none;
margin-top:15px;
}





.login_right{
width:336px;
float:right;
overflow:hidden;
line-height:155%;
}
.login_right li{
color:#666;
}
.login_right h2{
font-size:14px;
font-weight:bold;
padding-top:8px;
color:#000;
text-indent:60px;
}
.login_right p{
text-indent:60px;
}

.login_right01{
width:336px;
height:36px;
background:url(../Images/nosigntit.gif) no-repeat;
}
.login_right02{
height:50px;
background:url(../Images/nosign01.gif) no-repeat left;
border-bottom:1px #ebebeb solid;
}
.login_right03{
height:50px;
background:url(../Images/nosign02.gif) no-repeat left;
border-bottom:1px #ebebeb solid;
}
.login_right04{
height:50px;
background:url(../Images/nosign03.gif) no-repeat left;
border-bottom:1px #ebebeb solid;
}

.login_right05{
font-size:14px;
font-weight:bold;
height:40px;
line-height:40px;
text-indent:60px;
}








