﻿/* 会员登录，会员后台模块 */

@import  url(Style.css);
@import  url(Common.css);

/* 重定义公用样式 */
.warp {width: 1003px; text-align: left; margin: 0 auto 0 auto}
.R_main {width: 780px; margin: 10px auto 0 auto; height: 1%; overflow: hidden !important; overflow /**/: visible;}
.M_main {width: 900px; margin: 15px auto 0 auto; height: 1%; overflow: hidden !important; overflow /**/: visible;}
.L_main {margin: 55px auto 78px auto; height: 1%; overflow: hidden !important; overflow /**/: visible;}

.top {height:1%; overflow: hidden !important; overflow /**/: visible; margin:0 15px;}
.city {display:none;}


/*个人登录，企业登录说明定义*/
	.per_note div {padding-top:3px; height:22px !important;  height /**/:25px;}
	.per_note .per_img {height:33px !important;  height /**/:33px; padding-top:0px;}
	.per_note .P_contact {display:block;}
	.per_note .P_tel {margin-top:-3px;}
	.per_note .P_mail {padding-left:114px;}

	.En_note div {padding-top:3px; padding-bottom:5px; height: 1%; overflow: hidden !important; overflow /**/: visible;}
	.En_note .En_img {height:33px !important;  height /**/:33px; padding-top:0px;}
	.En_note .En_contact {display:block;}
	.En_note .En_tel {margin-top:-3px;}
	.En_note .En_mail {padding-left:114px;}

/*个人注册，企业注册定义*/
	.R_main .Locat {margin:5px 0 0 0; padding-top:3px; padding-left:8px; height:22px !important;  height /**/:25px;}
	.R_main .Locat span {font-weight:bold;}
	
	.Reg .tit {margin:10px 0 10px 0; padding-bottom:10px; background: url(../images/reg_div.gif) left bottom repeat-x;}
	.Reg .tit span {margin-top:10px;}
	.Reg .R_j { height:7px !important;  height /**/:7px; overflow: hidden !important; overflow /**/: visible;}
	.Reg .R_c {background:#f8f8f8; padding:8px 25px; border-left:1px solid #cacaca; border-right:1px solid #cacaca; height: 1%; overflow: hidden !important; overflow /**/: visible;}
	.Reg .R_tie {background:#eaeaea; padding-top:5px; height:21px !important;  height /**/:26px; padding-left:10px; color:#003399; font-weight:bold;}
	.Reg .R_cont {margin:8px 0;}
	.Reg .R_input {text-align:center; margin:5px 0;}

/*会员后台定义*/
	.M_main {}
	.M_main .M_left {float:left; width:200px;}
	
	.M_left .M_tie {background:url(../images/mem01.gif) no-repeat; color:#7b2e00; font-weight:bold; padding-left:10px; font-size:14px; padding-top:5px; height:22px !important;  height /**/:27px;}
	.M_left .M_con {margin-bottom:10px; padding:0 5px 5px 10px; border:1px solid #ffcc81; border-top:none; background:#fff8eb; height: 1%; overflow: hidden !important; overflow /**/: visible;}
	.M_left .M_list {margin:5px 0 0 0; padding:0 0 3px 0; border-bottom:1px dotted #f2d5a7; height: 1%; overflow: hidden !important; overflow /**/: visible; width:183px;}
	.M_left .M_list li {list-style:none; width:49.8%; float:left; padding-top:5px; height:18px !important;  height /**/:23px;}
	.M_left .M_list img {margin-right:5px;}
	.M_left .Reco_job {margin:3px 0 0 0; padding:0;}
	.M_left .Reco_job li {list-style:none; padding-top:8px; height:15px !important;  height /**/:23px; border-bottom:1px dotted #f2d5a7;}
	.M_left .Reco_job img {margin-right:5px;}
	.M_left .M_more {padding-right:3px; margin:10px 0 3px 0; text-align:right;}
	.M_left .M_more img {margin-right:5px;}
	
	.M_main .M_right {float:right; width:680px;}
	
	.M_right .M_tit {background:url(../images/mem02.gif) no-repeat; height:32px !important;  height /**/:32px; margin-bottom:12px;}
	.M_right .M_tit .ti {color:#003399; font-size:14px; font-weight:bold; float:left; margin:5px 0 0 5px;}
	.M_right .M_tit .ad {margin:8px 5px 0 0; float:right;}
	.M_right .M_tit .ad img {margin-right:5px;}
/*XiaoXie add The Css */
.IsTalk
{	
	color:Red;
	background-image: url(../Img/showInfo.gif);
	background-repeat: no-repeat;
	height: 22px;
	background-position: 2px 2px;
	padding-top: 4px;
	padding-left: 20px;
}
.InTalk
{
	color:Red;
	background-image: url(../Img/shoeErr.gif);
	background-repeat: no-repeat;
	height: 22px;
	background-position: 2px 2px;
	padding-top: 4px;
	padding-left: 20px;
}
.IsOk
{
	color:Red;
	background-image: url(../Images/standard_msg_ok.gif);
	background-repeat: no-repeat;
	height: 22px;
	background-position: 2px 2px;
	padding-top: 4px;
	padding-left: 20px;
}










