div#quicksearch_form {
	background-color:#e5dfd1;
	padding: 10px;
}

.search_title {
	font-size:14px;
	height:24px;
	background:url('../images/qs_off_bg.png') repeat-x;
	margin-bottom:8px;
}
.search_title_hover {
	font-size:14px;
	height:24px;
	background:url('../images/qs_on_bg.png') repeat-x;
	margin-bottom:8px;
}
.search_title a {
	color:#383838;
	padding:0 0 0 3px;
	display:block;
	text-decoration:none;
}
.search_title_hover a {
	color:#fff;
	padding:0 0 0 3px;
	display:block;
	text-decoration:none;
}
.search_title .search_title_left {
	height:24px;
	width:4px;
	background:url('../images/qs_off_bg_left.png') no-repeat;
	float:left;
}
.search_title .search_title_right {
	height:24px;
	width:4px;
	background:url('../images/qs_off_bg_right.png') no-repeat;
	float:right;
}
.search_title .search_title_mid {
	height:24px;
	float:left;
}
.search_title_hover .search_title_left {
	height:24px;
	width:4px;
	background:url('../images/qs_on_bg_left.png') no-repeat;
	float:left;
}
.search_title_hover .search_title_right {
	height:24px;
	width:4px;
	background:url('../images/qs_on_bg_right.png') no-repeat;
	float:right;
}
.search_title_hover .search_title_mid {
	height:24px;
	float:left;
}

.search_type {
	margin:10px 0 10px 0;
	color:#000;
}
.search_type_section {
	height:25px;
}
.search_type_section input {
	font-size: 12px;
}

select.sel_activities, select.sel_regions, select.sel_dpt {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
select.sel_activities {
	width:232px;
	color:#000;
}
select.sel_regions {
	width:232px;
	color:#000;
}
select.sel_dpt {
	width:201px;
	color:#000;
}
input.sel_surface {
	font-size:10px;
	width:50px;
	margin-right:6px;
}
input.sel_loca {
	width:198px;
	font-size: 11px;
}

.search_buttons {
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
	height:25px;
	width:280px;
	text-align: right;
}
.search_buttons .search_button {
	display:inline;
	width:82px; 
	height:21px;	
}
.search_buttons .adv_button {
}
.search_buttons .adv_button a {
	text-decoration:underline;
}

#quicksearch_form .error {
	font-weight:bold;
	color:red;
}
