.combo_box
{
	padding: inherit 10px !important;
	position: relative;
	text-align:center;
	float: left;
	width: 90px;
	height: 18px;
	padding-right: 10px;
	overflow: hidden;
}
.combo_box.combo_short { width: 40px;}

.filter-year .combo_box { padding-top: 2px;
	
}

.drop_down_combo 
{
	max-height: 180px;
	background-color: #E2ECF2;
	overflow: auto;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #464646;
	margin-top: 1px;
}

.drop_down_combo ul 
{
	overflow: hidden;
}

.drop_down_combo ul li 
{
	cursor: default;
	background-color: #E2ECF2;
	padding: 0px 3px;
	min-height: 18px;
	line-height: 16px;
}

.drop_down_combo ul .selected 
{
	background-color: #2c71b4;
	color: white;
}


.combo_box img
{
	position: absolute;
	right: 0px;
	top: 0px;
	border: medium none !important;
}

/*
 * #####################################################################################################
 */


div#search_panel_wrapper {
	clear: both;
	width: 100%;
	background: url(../website_uploads/layout_images/search-panel-bg.jpg) 50% 0 no-repeat;
}


div#fix_search_panel {
	width: 950px;
	margin: 0 auto;
}

.search_form {
	width: 990px;
	float: left;
	padding-top: 7px;
}

body#home .search_form {
	width: 950px;
}

.select_div {
	width: 110px;
	float: left;
	/*margin: 5px 0 0 670px;
	_margin-left: 335px; */
}

body#home div#select_div {
	margin: 0 0 0 525px;
	_margin-left: 262px;
}

.search_form select, .search_form input, .search_form label {
	font: 13px "Trebuchet MS";
	color: #7b2d00;
	border: none !important;
	background: none !important;
}

#select_industry span {
	color: #2c71b4;
	font-size: 10px;
}

#select_industry2 {float: left;}
#select_industry {float: left; }

#select_industry2 span {
	color: #2c71b4;
	font-size: 10px;
}

label#date_label {
	width: 90px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

label#find_label {
	float: left;
	margin: 5px 0 0 15px;
}

body#home label#find_label {
	margin: 0 0 0 15px;
}

div#txt_field_bg {
	float: left;
	margin: 3px 0 0 5px;
	background: url(../website_uploads/layout_images/txt-field-left.jpg) 0 0 no-repeat !important;
}

body#home div#txt_field_bg {
	margin: -3px 0 0 5px;
}

input#find_txt_field {
	width: 125px;
	height: 21px;
	float: left;
	padding: 2px 5px 0 5px;
	background: url(../website_uploads/layout_images/txt-field-right.jpg) 100% 0 no-repeat !important;
}

div#time_line {
	clear: both;
	width: 100%;
	height: 66px; /*60*/
	text-align: center;
}














