BODY {
	scrollbar-face-color: #EEEEEE; scrollbar-shadow-color: #999999; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #999999; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #999999
}

.message{
  float:left;
  width:48%;
}

.error{
   float:left;
   width:48%;
   border: 1px solid #f00; background: #fcc;
}

input[type="text"], input[type="password"], textarea { border: 1px solid #ccc; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { border: 1px solid #f00; background: #fcc; }

.12 {
	font-size: 12px;
	line-height: 16px;
}
.14 {
	font-size: 14px;
	line-height: 16px;
}
a:link {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;

}
a:hover {
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	color: #000000;

}
a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}
table {
	font-size: 12px;
	line-height: 20px;
}
.border {
	border: 1px solid #659df2;

}
.borderbr {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #659df2;
	border-bottom-color: #659df2;
}
.borderb {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #659df2;
}
.bordertlr {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #659df2;
	border-top-width: 1px;
	border-top-color: #659df2;
	border-left-width: 1px;
	border-left-color: #659df2;

}
.borderr {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #659df2;

}
.borderblr {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #659df2;
	border-left-width: 1px;
	border-left-color: #659df2;
	border-bottom-width: 1px;
	border-bottom-color: #659df2;

}

div.quote{
	margin:5px 20px;border:1px solid #CCCCCC;padding:5px;background:#F3F3F3 ;line-height : normal ;
}

div.HtmlCode
{
	margin:5px 20px;border:1px solid #CCCCCC;padding:5px; background:#FDFDDF ;
	font-size:14px;font-family:Tahoma;font-style : oblique;line-height : normal ;font-weight:bold;
}
/*-------------------翻页-------------------*/
#turnPagePan{
	width:95%;
	margin:10px;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	height: 25px;
	display:table;  /*闭合浮动元素*/
}

#turnPagePan img{
	margin:0 3px;
	border:0;
}

.selectList{
	float:left;
}

.turnCurrentPage{
	color:#006600;
	font-weight: bold;
}

.turnMiddlePage{
	margin:0 2px;
}

.turnPage_input{
	border: 1px dashed #999999;
	width:30px;
	background-color: #EDF0F6;
	height: 16px;
}

/*热点文字样示*/
.hotfont{
	background-color:#FFFF33;
	margin:0 5px;
	color:#660000;
	font-size:12px;
}