/*@charset "utf-8";*/
body {
	margin: 0;
	padding: 0;
	font: 12px/150% verdana, tahoma,宋体;
	background: #666f74;
	text-align: center;
	}
a {
	text-decoration: none;
	color: #006
	}
a:hover {
	color: #F00
	}
img {
	border: none
	}
p {
	text-indent: 2em
	}
h1,h2,h3,h4,h5,h6 {
	background: url(../images/titbg.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 20px;
	color: #339;
	clear: both
	}
input,textarea {
	font: 12px verdana, tahoma,宋体
	}
.red {
	color: #F00
	}
.bold {
	font: bold 14px/normal verdan, 宋体;
	}
.gray {
	color: #999
	}
.fleft { /*左漂浮*/
	float: left
	}
.fright { /*右*/
	float: right
	}
.clear { /*清除*/
	clear: both
	}
.tleft { /*文字左对齐*/
	text-align: left
	}
.tcenter { /*文字居中对齐*/
	text-align: center
	}
.tright { /*文字居右对齐*/
	text-align: right
	}
.ImgList img { /*无缝图片*/
	display: block;
	clear: both
	}
.ImgListLeft img {
	display: block;
	float: left;
	}
.contents {
	padding: 10px !important;
	}
form,
.ulhide,
.ulhide ul,
.ulhide li {
	margin: 0;
	padding: 0;
	list-style: none
	}
.mar4Li li {
	margin: 4px 0;
	}
.leftLi li {
	float: left
	}
.myInput,
.myInputs input {
	background: url(../images/myinput.gif) no-repeat fixed;
	height: 17px;
	padding: 3px 0 0 3px;
	border: 1px solid #999
	}
	html>body .myInput,
	html>body .myInputs input {
		background: url(../images/myinput.gif) no-repeat;
		}
.myBtn,
.myBtn2 {
	background: url(../images/mybtn.gif) #864b39 no-repeat top right;
	height: 18px;
	padding: 3px 8px 0 3px;
	border: none;
	color: #FFF;
	margin: 3px
	}
	html>body .myBtn,
	html>body .myBtn2 {
		padding: 2px 14px 0 5px;
		}
	.myBtn2 {
		background: url(../images/mybtn2.gif) #af7f6f no-repeat top right;
		}
.radio,.radio input {
	background: none;
	border: none
	}
.dotted {
	background: url(../images/dotted.gif) repeat-x bottom;
	}
.dotted1 {
	background: url(../images/dotted2.gif) repeat-y right;
	}
.page { /*所有页码*/
	padding: 5px;
	clear: both;
	}
.page a {
	background: url(../images/page_left.gif) no-repeat;
	margin: 2px;
	float: left;
	display: block;
	}
.page a span {
	background: url(../images/page_right.gif) no-repeat right top;
	display: block;
	padding: 4px 10px 5px 10px;
	}
.page a:hover {
	background-position: 0 -30px;
	color: #000;
	}
.page a:hover span {
	background-position: 100% -30px;
	}
.thispage { /*当前页码*/
	background: url(../images/page_left.gif) no-repeat 0 -30px  !important;
	color:  #000 !important;
	font: bold 14px/23px verdana;
	}
.thispage span {
	background: url(../images/page_right.gif) no-repeat 100% -30px !important;
	}
.pageno {
	line-height: 30px;
	padding: 0 0 0 20px;
	float: left
	}
fieldset { /*组*/
	margin: 8px;
	text-align: left;
	}
legend {
	background: url(../images/legend.gif) repeat-x;
	font: bold 14px/26px verdana;
	color: #339;
	padding: 0;
	}
legend span {
	background: url(../images/legend2.gif) no-repeat 100% 0;
	padding: 0 8px;
	display: block;
	}