/*Common Style*/
*{
	margin:0px;padding:0px;
}
html{
	font-size:9pt;color:#666;
	font-family:"ËÎÌå";text-align:center;
}

input.input{
	border:1px solid #d3d3d3;
	background:#fff;
	width:160px;height:18px;
}
.ad {
	color: #025ea7;
	font-size: 12px;
	TEXT-DECORATION: none;
}
.nav {
	COLOR: #005ebb; TEXT-DECORATION: none; font-size:14px; font-weight: bold 
}
.nav A {
	COLOR: #005ebb; TEXT-DECORATION: none; font-size:14px;
}
.nav A:hover {
	COLOR: #005ebb; TEXT-DECORATION: underline ; font-size:14px;
}
.nav_two {
	COLOR: #FF7920;
	line-height: 18px;
}
input.button{
	border:1px outset #d3d3d3;
	background:#ccc;color:#000;
}

a{
	text-decoration:underline;
	color:#666
}
/*main Style*/
#head{
	width:995px; height:40px;margin:2px auto 0px;
	line-height:18px;clear:both;
	border:1px solid #d3d3d3;background:#f7f7f7;
	font-size:12px;
}
#container{
	width:995px;margin:0px auto;
	text-align:left;overflow:auto;
}
#read{
	width:640px;float:left;
}
#sidebar{
	width:320px;float:right;
	margin-left:30px;
}

h3{
	border:1px solid #D3D3D3;
	background:#f0f0f0;
	font-weight:bold;
	font-size:13pt;margin-top:5px;
	line-height:35px;
	padding-left:10px;
}

.tips{
	color:#f00;
	text-align:center;
	border:1px solid #d3d3d3;
	line-height:50px;
	margin-top:10px;
}
.note{
	border:1px solid #d3d3d3;
	width:640px;
	background:#f7f7f7;
	margin-top:5px;
	float:left;
}

.sexName{
	width:150px;height:120px;
	float:left;text-align:center;
	border-right:1px solid #d3d3d3;
	margin:15px auto;
}

.sex{
	border:1px solid #d3d3d3;
	margin:5px auto;
	font-family:"Arial Black";
	color:#ccc;
	font-size:25px;
	width:100px;line-height:100px;
	text-align:center;
}
.userInfo{
	float:left;clear:right;
	width:480px;
	height:30px;line-height:30px;
	border-bottom:1px solid #d3d3d3;
}
.userInfo strong{
	margin-left:10px;
}
.content{
    clear:right;
	float:center;width:485px;overflow:auto;
	padding-top:10px;
}
.content strong{
	display:block;
	margin-left:10px;
}
.content p{
	margin:5px 36px;
}

#pageList{
	border:1px solid #d3d3d3;
	background:#f0f0f0;
	height:30px;margin-top:5px;
	width:635px;float:left;
}

#pageList div{
	float:right;margin:5px 10px;
}

#pageList #loadPage{color:#f00;}
#pageList .num{color:#f00;margin:0px 2px}

/*sidebar*/
#form{
	width:316px;clear:both;
	border:1px solid #d3d3d3;
	margin-top:5px;
	background:#f7f7f7;
}
#form ul{
	margin:15px 0px;
}
#form ul li{
	margin-top:12px !important;margin-top:10px;
	margin-left:20px;
	list-style-type:none;
}
#form form ul li{
	font-weight:bold;
}
#form ul li .tip{
	color:#f00;font-weight:normal;
	padding-left:5px;
}

#form ul li textarea{
	width:200px;height:130px;
	border:1px solid #d3d3d3;
	overflow:auto;
}
#form ul li#send{
	text-align:center;
}

#copyright{
	border:1px solid #d3d3d3;text-align:center;
	width:298px;margin-top:5px;
	line-height:40px;background:#f7f7f7;
}
#copyright a{text-decoration:none;}
#copyright a:hover{color:#f00}