/*@charset "utf-8";*/
body {
	margin: 0;
	padding: 0;
	font: 12px/150% verdana, tahoma,宋体;
	background: #FFF;
	text-align: center;
	color: #000;
	}
a {
	text-decoration: none;
	color: #000
	}
a:hover {
	color: #F00
	}
img {
	border: none
	}
p {
	text-indent: 2em
	}
h1,h2,h3,h4,h5,h6 {
	background: url(../images/titbg.gif) no-repeat;
	font: bold 16px verdana, tahoma,宋体;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 20px;
	color: #339;
	clear: both
	}
input,textarea {
	font: 12px/normal verdana, tahoma,宋体
	}
.red {
	color: #F00
	}
.bold {
	font: bold 14px/normal verdana, 宋体;
	}
.gray, .gray a {
	color: #CCC
	}
.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;
	}
.contents1 {
	padding: 0 10px !important;
	}
.hideContent {
	display: none
	}
form,
.ulhide,
.ulhide ul,
.ulhide li {
	margin: 0;
	padding: 0;
	list-style: none
	}
.mar4Li li {
	margin: 4px 0;
	}
.leftLi li {
	float: left
	}
.myInput {
	background: url(../images/text_input.gif) no-repeat;
	border: 1px solid #CCC;
	height: 15px;
	padding: 5px 0 0 5px;
	}
.myBtn {
	background: url(../images/btn.gif) #CCC repeat-y top right;
	height: 18px;
	padding: 3px 8px 0 3px;
	border: none;
	margin: 3px
	}
	html>body .myBtn {
		padding: 2px 14px 0 5px;
		}
.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: 10px 10px 10px 50px;
	clear: both;
	}
.page a {
	background: url(../images/page_left.gif) no-repeat;
	margin: 1px;
	float: left;
	}
.page a span {
	background: url(../images/page_right.gif) no-repeat right top;
	display: block;
	padding: 3px 8px;
	}
.page a:hover {
	background-position: 0 -25px;
	color: #000;
	}
.page a:hover span {
	background-position: 100% -26px;
	}
.thispage { /*当前页码*/
	background: url(../images/page_left.gif) no-repeat 0 -25px  !important;
	}
.thispage span {
	background: url(../images/page_right.gif) no-repeat 100% -26px !important;
	font: bold 14px verdana;
	}
#PageNo {
	font: 12px/25px Verdana, 宋体;;
	float: left;
	padding: 0 0 0 30px
	}
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;
	}
