@charset "utf-8";
#quandi_form{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:600px;
	margin-top:20px;
}
#quandi_form_thead{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
#quandi_form_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:22px;
	font-weight:bold;
	line-height:200%;
}
#quandi_form_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:12px;
	line-height:180%;
	color:#f00;
}
#quandi_form_tbody{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}

a#bt_reload{
	display:inline-block;
	width:120px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin:auto;
	background-color:#333;
	text-align:center;
	color:#fff;
	vertical-align:middle;
	margin-left:5px;
}
a#bt_reload:hover{
	background-color:#F90;
}
