form {
	display:inline;
}
#divSearch .txtInput {
	width:75px;
	border:1px solid #686820;
	font-size:10px;
	height:14px;
}
#divSearch .btnSearchGo {
	background-color:#E98300;
	color:#FFFFFF;
	width:24px;
	font-size:10px;
	font-weight:bold;
	height:17px;
}
.input, .select {
	background-color:#F3F3ED;
	width:465px;
	font-size:11px;
	border:1px solid #A4A479;
}
.button {
	background-color:#F3F3ED;
	border:1px solid #A4A479;
}
.w100 {
	width:100%
}
.w99 {
	width:99%
}