@charset "utf-8";
/* Reset style */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, form {
	margin:0;
	padding:0;
}
ol, ul, li, dd, dt, dl {
	list-style:none;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
fieldset, img {
	border: none 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;
}
td {
	padding:0 0 0 5px;
}
form {
	overflow: visible;
}
input:focus, textarea:focus, select:focus {
	outline-width: 0;
}
input.txt, input.pwd, input.fil, textarea.txts, select.slt {
	border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style:solid;
	border-width:1px;
	padding:4px 5px 3px 5px;
	color:#555555;
	vertical-align:middle;
	line-height:1.2em;
	font-size:12px;
}
input.btn {
	height:23px;
	padding:0 5px;
	color: #3D7FB6 !important;
	text-decoration: none;
	font-family:"宋体", Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	border:1px solid #D5EAFB !important;
	background:#F7F5F4 url("../images/btnbg.jpg") top repeat-x !important;
	vertical-align:middle;
}
input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;/*IE7*/
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input {
	_vertical-align: text-bottom;/*IE6*/
}
select {
	background-color: transparent;
}
textarea {
	overflow: auto;
}
body {
	font-size:12px;
	overflow-x:hidden;
}
/* Reusable style */
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	over-flow:hidden;
}
* html .clear {
	display:inline;
}
.none {
	display:none;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.hidden {
	border: 0 !important;
	clip: rect(1px 1px 1px 1px);/*IE<8*/
	clip: rect(1px,1px,1px,1px);
	height: 1px !important;
	margin: -1px;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	width: auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.img-fl {
	float:left;
	margin:4px 10px 4px 0;
}
.img-fr {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.nomargin {
	margin: 0;
}
