﻿body {
	background-color:#EAEAEA;
}

#header,#register_company,#register,#footer
{
	width:850px;
	margin:0 auto;
	background-color:#fff;
	border:1px #C7C1B7 solid;
	margin-top:5px;
}
#header img
{
	margin: 5px 0;
}


/*---------------------------*/
/*注册页 strat*/
/*---------------------------*/
label
{
	margin:0 10px 0 5px;
}
#register_step2,#register_step3
{
	display:none;
}
#register .register_title,#register table
{
	margin:5px 30px;
	width:700px;
}
#register .register_title
{
	line-height:45px;
	border-bottom:1px #ccc solid;
	font-weight:bold;
	color:#000;
}
#register .register_title span
{
	margin:0 5px;
}
#register .register_title span.current
{
	font-weight:bold;
	color:#f90;
}
#register table tbody tr td.col_3
{
	width:600px;
}
#register table.register_1 tbody tr th,#register table.register_1 tbody tr td
{

	line-height:40px;
	height:40px;
	vertical-align:middle;
}
#register table.register_1 tbody tr th
{
	text-align:right;
	padding-right:2px;
	width:150px;
}
#register table.register_2 tbody tr th,#register table.register_2 tbody tr td
{
	line-height:30px;
	vertical-align:middle;
	width:250px;
}
#register table.register_2 tbody tr th
{
	text-align:right;
	padding-right:2px;
	width:100px;
}
#register table.register_2 tbody tr td div
{
	width:220px;
	float:left;
}
#register table.register_2 tbody tr td div select
{
	width:220px;
	height:300px;
	margin:5px 0 ;
}

#register table.register_2 tbody tr td div.select_mid
{
	width:60px;
	margin:50px 10px 0 10px;
	text-align:center;
}
#register table.register_2 tbody tr td div.select_mid input
{
	line-height:20px;
	border:1px #808080 solid;
	border-top-color:#efefef;
	border-left-color:#efefef;
	text-align:center;
	width:40px;
	margin-top:5px;
}

#register table.register_3 tbody tr th,#register table.register_3 tbody tr td
{
	width:245px;
	line-height:30px;
	height:30px;
	vertical-align:middle;
	padding:2px;
}
#register table.register_3 tbody tr th
{
	text-align:right;
	padding-right:2px;
	width:100px;
}
#register table.register_3 tbody tr td div
{
	line-height:25px;
	padding:5px;
}
#register table.register_3 tbody tr td div p span
{
	display:inline-block;
	width:80px;
	text-align:right;
}

#register table tbody tr td.width_700
{
	width:700px;
	background:#fff url('../images/register_dot.gif') no-repeat scroll 5px center;
	text-indent:15px;
	color:#000;
	font-weight:bold;
}
#register table tbody tr td.width_600
{
	width:600px;
}

.div_job_list 
{
	margin-left:70px;
	}
.div_job_list div
{
	border-bottom:solid 1px #ccc;
	}	




/*---------------------------*/
/*注册页 end */
/*---------------------------*/

/*---------------------------*/
/*企业会员注册页 strat*/
/*---------------------------*/
.re_intro
{
	margin-left:30px;
	margin-top:20px;
}
#register_company .register_title,#register_company table
{
	margin:5px 30px;
	width:650px;
}
#register_company .register_title
{
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	color:#000;
}
#register_company table tbody tr th,#register_company table tbody tr td
{

	line-height:35px;
	height:35px;
	vertical-align:middle;
}
#register_company table tbody tr th
{
	text-align:right;
	padding-right:2px;
	width:150px;
}


/*---------------------------*/
/*企业会员注册页 end */
/*---------------------------*/
#footer
{
	margin-bottom:5px;
	background-color:#ECF4F5;
}
#footer p
{
	text-align:center;
	line-height:35px;
}
#footer p a
{
	color:#04308F;
}
#footer p a:hover
{
	color:#f60;
	text-decoration:underline;
}


