@CHARSET "UTF-8";
*{
	font-family:"Droid Sans Fallback"	
	}

.content_bottom{
	height:3em; 
	position:fixed;
	bottom:3em; 
	width:100%;
	background-color:#ffffff;
	border-top:solid 1px #cccccc;
	overflow:hidden;
	z-index:99998;
	left:0;
}
.num_txt{
	line-height:3em;
	font-size:12px;
	color:#666666;
}
.hidden{
	display:none;
}
.red_txt{
	color:red;
}
.content_button{
	padding:4px 14px; 
	diplay:block;
	float:right;
	margin-right:6px;
	margin-top:5px;
	color:#ffffff; 
	border:1px solid #f87e49;
	background-color:#f87e49;
	border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.content_center_list{
	margin-top:5px;
	margin-bottom:5px;
}
.gray_wrod{
	background-color:#d2d2d2;
	border:1px solid #d2d2d2;
}
.red_wrod{
	background-color:#ff3000;
	border:1px solid #ff3000;
}
input.form_text{
	background-color:#faf6f0;
}