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

.main_search_form_container
{
	width: 480px;
	margin: 2px auto;
}

.form_search_section_cap
{
	margin-top: 10px;
	border: 1px solid #666;
	padding: 3px;
	background: #0C0000;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.form_search_fields_container
{
   	background: #fff4e4;
   	width:480px;
   	clear:both;
}

.form_search_label
{
	width: 90px;
	font-weight: bold;	
	color: #5B5B5B;
	padding-left: 20px;
}

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

.form_search_cap
{

	font-weight:bold;
	font-size:17px;
	color:#e38e11;
	padding:15px 0 3px 5px;

}

.form_search_top
{

    	background: #fff url('../../img/search_top.gif') no-repeat;
    	width:480px;
   		height:24px;
   		clear:both;
}

.form_search_bottom
{

    	background: #fff url('../../img/search_bottom.gif') no-repeat;
    	width:480px;
    	height:24px;
    	clear:both;
		text-align: center;
}
