@charset "gb2312";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
body {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	font-size: 12px;
	font-style: normal
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}
a,
a:hover {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
fieldset,
img {
	border: none;
}
img {
	border: 0;
	vertical-align: middle;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,
button,
textarea,
select {
	*font-size: 100%;
}
.lf {
	float: left;
}
.rt {
	float: right;
}
/* common style */

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}
.mtop20{margin-top:20px}
.mbot20{margin-bottom: 20px;}
.mbot15{margin-bottom: 15px;}
.mbot10{margin-bottom: 10px;}
.position{position: absolute;}
.relative{position: relative;}
