/* CSS Document */
.Que{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	margin-left:20px;
}

.Ans{
	color: #1c4185;	
	font-family: "宋体";
	font-size: 12px;
	line-height:18px;
	margin:0px 20px 20px 18px;
}

.AnsP{ 
	margin-bottom:60px;
}

.AnsImg{
	float:right;
	margin:0px 10px 20px 20px;
	width:170px;
	height:180px;
	background:url(../Images/hezuo.jpg);
}

.HeZuofrm{

}

.labTitle{
	padding:5px 0px 0px 20px; 
	float:left;
	font-size: 18px;
	font-weight: bold;
}

.labfrm{
	width:85px;
	color: #1c4185;
	float:left;
	padding:5px 0px 5px 10px;
	text-align:left;
	overflow:hidden; /*超出宽度部分隐藏*/
}

.edtfrm{
	margin-left:2px;
	padding:5px 0px 5px 2px;
	float:left;
	width: 185px;
}

.logedt{ float:left;
}

.memlab{
	width:80px;
	color: #1c4185;
	float:left;
	padding:5px 5px 5px 10px;
	text-align:left;
	clear:left; /*不允许左侧存在浮动*/
	overflow:hidden; /*超出宽度部分隐藏*/
}

.mem{
	border:1px solid #84A1BB;
	width:550px;
	height:60px;
	margin:0px 5px 0px 4px;
}

.btn{ 
	margin:20px 0 20px 0;	
	text-align:center;
}

select{
 border:1px solid #84A1BB;
 width:180px;
}

/*在IE中*/
input {
 	border:expression((this.type=="text"||this.type=="password")?"1px solid #84A1BB":"style");
 }
/*在Firefox中*/
input[type="text"] input[type="password"] {
    border:1px solid #84A1BB;
 }
 
a.t_STabTabLink:link		{font-size:14px;text-decoration:underline;color:#0000FF;cursor: hand;font-weight: normal;}
a.t_STabTabLink:hover 		{font-size:14px;text-decoration:none;color:#CCCCCC;cursor: hand;font-weight: normal;}
a.t_STabTabLink:visited		{font-size:14px;text-decoration:underline;color:#0000FF;cursor: hand;font-weight: normal;}
.STYLE8 {color: #FF0000}
 
.ConsultImg{
background:url(../Images/Consult.gif); margin-bottom:30px; width:400px; height:220px;
}
