
#searchbox {
	width : 100%;
	font-weight : bold;
	margin-bottom : 0px;
	color: white;
	background : #345782;
}

#searchbox h1 {
/* 	background-image : url("../images/h2back.gif");  */
	background-color : #173484;
	color : white;
	font-size : 14px;
	padding-left : 5px;
	height : 20px;
	line-height : 18px;
}

#searchbox form {
	margin : 0px;
	padding : 0px;
	padding-bottom: 10px;
	margin-bottom : 2px;
}

#searchbox .row {
	margin : 10px;
	padding: 5px;
	height: 20px;
}

#searchbox select {
	width : 100%;
}

#searchbox .textbox {
	width : 98%;
}

#searchbox select, #searchbox option, #searchbox input {
	font-size : 11px;
}

#searchbox .button {
	margin-top : 10px;
	margin-bottom : 1px;
}

