body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:"ËÎÌå";
	background-color: white;
	color: #666666;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color:orange;	
	text-decoration: underline;
}
img{
	border: 0px;	
}
form{
	margin: 0px;padding:0px;
}
textarea,select{
	border:1px solid #BED0FC;
}
#header {
	background: white;
	border: 1px solid #BED0FC;
	height: 40px;
	margin-bottom: 2px;
}

#header_adminLogin{
	float: right;	
	line-height:30px;
	margin-bottom:3px;
	margin-right: 5px;
	margin-top:5px;
}
#pageTag{
	height: 30px;
	clear: both;
}
#pageTag div{
	text-align:center;
	margin-bottom: 8px;
	margin-top: 8px;
}
.header_a{
	margin-left:20px;
	margin-top:10px;
	line-height:30px;
	font-size: 14px;
	font-weight: bold;	
}
#zbHeader{
	background: white;
	border: 1px solid #BED0FC;
	margin-bottom: 2px;
}
#zbFooter{
	height: 100px;
	background: white;
	border: 1px solid #BED0FC;	
	margin-bottom: 3px;
	margin-top: 3px;
}
.temp {
	clear: both;
}

.attention {
	color: #f54800;
	font-weight: bold;
}

/*Æ±Êý*/
.voteCount {
	color: #3399cc;
	font-weight: bold;
	font-size: 14px;
}

.picBtn {
	height: 30px;
	width: 67px;
	padding: 0px;
	margin:0px;
	color: white;
	font-size: 12px;
	border: 0px;
	background: url("../image_web/picBtn2.gif") no-repeat;
	color: white;
}
.picBtn:hover {
	background: url("../image_web/picBtn2Over.gif") no-repeat;
}
.inputText {
	border: 1px solid #BED0FC;
	width: 120px;
	height: 18px;
	padding: 0px;
	color: #666666;
}