
#search input{
	background: #e6ecee;
	border: 1px solid #fff;
	width: 160px;
	font-size: 10px;
	padding: 3px;
	color: #9ea8af;
}
#search input.submit{
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 10px;
	margin-left: 5px;
	width: auto;
}
#search_dest_form select{
	width: 110px;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	line-height: 21px;
	padding: 2px;
}
#destinations_countries select{
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #fff;
	margin-left: 20px;
	width: 180px;
}
#destinations_countries input.input {
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #fff;
	margin-left: 5px;
	width: 111px;
}
#weather_countries select {
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #fff;
	margin-left: 10px;
	width: 180px;
}
#destinations_countries input{
	padding: 0;
	margin: 0;
}
div.reserve_form{
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}
div.reserve_form table{
	width: 192px;
}
div.reserve_form th.title{
	border-bottom: 1px solid #537ea0;
	padding-bottom: 5px;
}
div.reserve_form label{
	padding-left: 5px;
}
div.reserve_form th, div.reserve_form{
	font-size: 11px;
	color: #777;
}
div.reserve_form th{
	padding-top: 7px;
}
div.reserve_form select{
	width: 63px;
	border: 1px solid #444;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #fff;	
}
form#sort select{
	width: 250px;
	border: 1px solid #444;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #fff;	
}
div.reserve_form input.big{
	width: 192px;
}
div.reserve_form input.date{
	vertical-align: top;
	width: 168px;
}
div.reserve_form input.submit{
	border:0;
}
div.reserve_form img.calendar{
	margin-left: 5px;
	cursor: pointer;
}
div.reserve_form input{
	border: 1px solid #444;
	color: #000;
	font-size: 10px;
	padding: 2px;
	background: #fff;
}
div.reserve_form input.no_border{
	border: 0;
}