@CHARSET "UTF-8";
body {
	margin: 0;
	padding: 0;
}
form, img {
	border: none;
	margin: 0;
	padding: 0;
}
a {
	font: 12px "Microsoft YaHei", STSong, sans-serif;
	color: #67D;
	text-decoration: none;
}
a:hover {
	color: #F64;
	text-decoration: underline;
}
input {
	font: 10pt STSong, Arial, YouYuan, sans-serif;
	color: #000;
}
textarea {
	border: 1px solid #BBB;
	font: 9pt "Microsoft YaHei", STSong, sans-serif;
	line-height: 11pt;
	overflow: auto;
	padding: 5px;
}
select {
	font: 10pt STSong, Arial, YouYuan, sans-serif;
	color: #000;
	border: 1px solid #9EBBE7;
}
p {
	font: 13px STSong, Arial, sans-serif;
	line-height: 22px;
	text-indent: 24px;
	color: #333;
}
hr {
	border: 1px solid #DDD;
}
fieldset {
	font: 9pt "Microsoft YaHei", STSong, sans-serif;
	text-align: justify;
}
fieldset legend {
	font: 8pt "Microsoft YaHei", STSong, sans-serif;
	color: #AAA;
}
fieldset input.inputText {
	border: 0;
	border-bottom: 1px solid #BBB;
}
fieldset textarea {
	vertical-align: text-top;
}
fieldset button {
	border: 0;
	font: 11px "Microsoft YaHei", STSong, sans-serif;
	color: #000;
	text-align: center;
	width: 60px;
	height: 19px;
	background: url(../images/bg_btn_flat.gif) no-repeat;
}