.widget_reservation {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
.widget_reservation table tr td {
	font-size: 12px;
	color: #FFF;
}
.widget_reservation .arrival {
	width: 100px;
	font-size: 12px;
	height: 20px;
	border: 1px solid #FFF;
	float: left;
}
.widget_reservation .nights {
	width: 50px;
	font-size: 12px;
	height: 20px;
	float: left;
	border: 1px solid #FFF;
}

.widget_reservation .departure {
	width: 100px;
	font-size: 12px;
	height: 20px;
	float: left;
	border: 1px solid #FFF;
}
.widget_reservation .adults {
	width: 50px;
	font-size: 12px;
	height: 20px;
	float: left;
	border: 1px solid #FFF;
}
.widget_reservation .children {
	width: 50px;
	font-size: 12px;
	height: 20px;
	float: left;
	border: 1px solid #FFF;
}
.widget_reservation .hotel {
	width: 143px;
	font-size: 12px;
	height: 20px;
	float: left;
	border: 1px solid #FFF;
}
.widget_reservation .rates {
	width: 162px;
	font-size: 12px;
	height: 20px;
	float: left;
	border: 1px solid #FFF;
}

