div#search_container{
	text-align: center;
	height: auto;
}

div#search{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	width: 620px;
}

div#search h2#search_header{
	color: #888888;
	text-align: center;
	padding: 5px;
}

table#search_form td{
	vertical-align: middle;
	text-align: left;
	padding: 3px;
}

td.search_element_date{
	width: 105px;
}

td.search_element_date_image{
	width: 30px;
}

td.search_element_duration{
	width: 95px;
}

td.search_element_duration .input_select{
	width: 90px;
}

td.search_element_city{
	width: 105px;
}

td.search_element_city .input_select{
	width: 103px;
}

td.search_element_submit{
}

td.search_element_object_type{

}

td.search_element_object_type .input_select{
	width: 130px;
}

td.search_element_category{

}

td.search_element_category .input_select{
	width: 135px;
}

td.search_element_free_text{

}

td.search_element_free_text .input_text{
	width: 200px;
}

table#search_form input.input_text{

}

table#search_form input.input_date{
	width: 100px;
}

table#search_form select.input_select{
	/*width: 167px;*/
}

table#search_form input{
	height: 16px;
}

table#search_form select{
	height: 18px;
}

table#search_form input, table#search_form input *, table#search_form select, table#search_form select *{
	text-align: left;
	font-size: 11px;
}

h1.hits{
}