.reservation_form select, .reservation_form input, .reservation_form textarea {
	font-size: 11px;
	font-family: Tahoma;
	background: gray;
	color: white;
	border: 1px solid silver;
}

.reservation_form .no_wrap {
	white-space: nowrap;
}

.reservation_form i {
	font-size: smaller;
}

.reservation_form span {
	color: orange;
}