
#search {
	width : 585px;
	border : 1px solid #d8dfea;
	margin-bottom : 5px;
	background-color : #f8f9fb;
	padding : 5px;
	border-filter:shadow(color:gray, strength:10, direction:120);
}

#search h1 {
	background : url("images/dots.gif") no-repeat 1px 0px;
	border-bottom : 1px solid #d8dfea;
	color : Black;
	font-size : 14px;
	padding-left : 25px;
	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 : #f8f9fb;
	border : 1px solid #A6A6A6;
}

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

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