.restaurante_search_box{
	background:url(../images/restaurante/bgr_search_box.jpg) no-repeat 0 0;
	height:172px;
	margin:0 0 9px;
}

.restaurante_search_box h4{
	font-size:18px;
	padding:10px 14px;
	color:#fff;
}
.restaurante_search_box form{
	overflow:hidden;
	width:100%;
	padding:6px 0 0;
}
.restaurante_search_box form label{
	float:left;
	width:81px;
	font-size:12px;
	color:#606060;
	padding:6px 0 0 14px;
}
.restaurante_search_box form input.text{
	float:left;
	width:165px;
	padding:2px 5px;
	background:#fff;
	border:1px solid #abadb3;
	margin:4px 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#383f2e;
	font-weight:bold;
}
.restaurante_search_box form select{
	float:left;
	width:122px;
	padding:0;
	background:#fff;
	border:1px solid #abadb3;
	margin:2px 0;
	height:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#383f2e;
	font-weight:bold;
}
.restaurante_search_box form input.submit{
	float:left;
	width:122px;
	height:19px;
	padding:0;
	background:#fff;
	border:0;
	margin:7px 0 0 95px;
	background:url(../images/restaurante/btn_cauta.jpg) no-repeat 0 0;
	cursor:pointer;
}
