@import url("base.css");
body {
	background-color: #FFF;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
}

#Top {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#Top img {
	float: left;
	margin-right: 20px;
}
#Top-search {
	float: left;
	margin-top: 10px;
}
#QinputArea {
	background-color: #FFFFFF;
	border: 1px solid #999;
	padding: 2px;
	text-align: right;
	display: block;
}
#form1 {
	padding: 3px;
}

#Qinput {
	border: 0px none #FFFFFF;
	padding-bottom: 5px;
	padding-top: 2px;

}
.q {
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Main {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#footer {
	color: #999999;
	margin-top: 10px;
	background-color: #efefef;
	padding: 10px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
