body {
	/*font-family: "微软雅黑", "宋体";*/
	font-size: 12px;
	margin: 0;
}
img {
	border: 0;
}
label {
	cursor: pointer;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.body {
	font-size: 12px;
	margin: 0 auto;
	width: 976px;
}
.big_text {
	font-size: 14px;
}
.clearfix {
 height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clear_flat {
	clear: both;
}
.crossline {
	text-decoration: line-through;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hints {
	background-color: #fef;
	border: 1px solid #f90;
	line-height: 20px;
	margin: 5px;
}
.input_border {
	border: 1px solid #f90;
}
.non_underline {
	text-decoration: none;	
}
.page {
	clear: both;
	line-height:26px;
	text-align: center;
}
.placeholder {
	color: #999999;
}
.text_blue {
	color: #00f;
}
.text_gray {
	color: #aaa;
}
.text_normal {
	font-size: 12px;
	font-weight: normal;
}
.text_red {
	color: #cd0000;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #cd0000;
	text-decoration: underline;
}
a.blue {
	color: #00f;
}
.table {
	background-color: #cd0000;
	line-height: 20px;
}
.table td {
	background-color: #fff;
}
.caption {
	background-color: #cd0000;
	border: 1px solid #cd0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 1px;
	padding: 5px;
}