
#search {
	border : 0px solid #163282;
	width : 100%;
	overflow : hidden;
	background-color : #f1f1f1;
}

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

#search form {
	margin : 5px;
}

#search .label {
	font-weight : bold;
	padding-right : 20px;
}

#search .checkboxes {
	height : 150px;
	overflow : auto;
	background-color : white;
	border : 1px solid #A6A6A6;
}

#search .checkboxes b {
	display : block;
	margin : 3px;
}

/* ------------------------------------------------------------- */
