#loc_cont{
padding-left:5px;
width:440px;
}
.location_unit_hide{
display: none;
}
.location_unit_show{
display: block;
}
.search_label_blocked{
display: none;
}
.search_label_passive_closed,
.search_label_active_opened,
.search_label_active_closed{
border-style: solid;
border-width: 1px 1px;
border-color: #AEAEAE;
border-bottom: none;
padding-top: 3px;
padding-left: 3px;
padding-right: 5px;
background:#A90B00;
cursor: pointer;
float: left;
width: auto;
margin-top: 5px;
margin-right: 6px;
height: 18px;
margin-bottom: -2px;
color:#fff;
}
.search_label_active_opened{
height: 20px;
border: 1px solid #AEAEAE;
border-bottom: none;
background: #fff;
color: #434343;
}
.search_cont_active,
.search_cont_passive{
margin-right: 5px;
border: 1px solid #AEAEAE;
padding: 5px 4px;
background: #fff;
display: none;
color:#434343;
}
.search_cont_active{
display: block;
}
.country_region_closed_unselected,
.country_region_closed_selected,
.country_region_opened_unselected,
.country_region_opened_selected{
margin-bottom: 1px;
border: 1px solid #000;
padding: 1px 3px;
background: #A90B00;
color: #fff;
cursor: pointer;
width: 300px;
}
.country_region_opened_selected,
.country_region_closed_selected{
color: #000;
}
.country_region_opened_unselected,
.country_region_opened_selected{
border: 1px solid #AEAEAE;
background: #fff;
color:#434343;
}
.region_country_cont_closed
{
border: 1px solid #AEAEAE;
background: #fff;
padding: 4px;
color:#434343;
opacity: 0;
display: none;
}


#first_search_cont label
{
display: block;
float: left;
width: 130px;
text-align: right;
margin-top: 8px;
}

*+html #first_search_cont label
{
	margin-top: 9px;
}

#loc_cont input,
#loc_cont select
{
	margin: 3px;
}

#location_radius_cont
{
	margin-left: 130px;
}
