/* --- Form search --- */

.main_search_form_container
{
	/*float: left;*/
	width: 660px;
	margin:25px 0 25px 0px;
}

.form_search_section_cap
{
	font-weight:bold;
	font-size:16px;
	font-family:verdana;
	color:#0E3573;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #000033;
}

.form_search_section_cap_right
{
	height: 30px;
	width: 5px;
	background: transparent url('../../img/block_cap_right.gif') top right no-repeat;
	float: right;
}

.form_search_fields_container
{
	background: #FFFFFF;
}

.form_search_label
{
	margin: 3px 1px;
	padding: 3px 5px;
	background:#9daccb;
	color: #fff;
	font-weight: normal;
	font-size:12px
}

.form_search_inputs
{
	padding: 2px 3px 4px 3px;
}

.form_search_section_cap_left
{
	float: left;
	margin-top: 3px;
}
.block_bottom {
	margin-top: 20px;
}
.search_pink {
	margin-top: 8px;
	width:93px;
	height:46px;
	background: url(../../img/search-btn.png);
	border: 0 none;
	cursor: pointer;
	/*color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
	padding:2px 0 12px 0*/
}
.save_search {
	margin-top: 8px;
	width:137px;
	height:46px;
	background: url(../../img/save-search-btn.png);
	border: 0 none;
	cursor: pointer;
	/*color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
	padding:2px 0 12px 0*/
}
	