@CHARSET "UTF-8";

body {
	font-family: "Courier New","Microsoft YaHei",SimHei,"tahoma",Arial,sans-serif;
	background: #d4d4d4;
}

input {
	height: 23px;
	width: 200px;
}

button {
	width: 80px;
}

.top {
	background-image: url("../../images/common/logo_bg.png") ;
	background-repeat: repeat-x;
	height: 100px;
}

.form-querybank {
	min-height: 400px;
	
}

.form-querybank ul {
	list-style: none;
	padding-top: 15px;
}

.form-querybank li {
	margin:5px;
	height:40px;
	/* border-bottom: 1px solid #c0c0c0; */
}



.footer{
	margin-top:15px; 
	padding:18px 0;
    height: 60px;
    border-top: 1px solid #F19253;
    background-image: url("../../images/common/foot_bg.png");
    background-repeat: repeat-x;
    /* background:#e2e2e2; */
    color: #747474;
    text-align: center;
    font-size: 12px;
    
}

.form-clear{
	clear:left;
}

.form-float{
	float:left;
}

.footer font{
	color:red;
}