#reservationForm{
	width:250px;
	font-family: Arial, Helvetica, San Serif;
	font-size: .8em;
	float:left;
	clear:both;

}
#reservationForm input, #reservationForm select{
	float:left;
	clear:both;
	border-width: 1px;
	border-color: #9CAA3B;
	border-style: solid;
	background-image: url("../images/formfieldbackground.jpg");
}
#reservationForm label{
	float:left;
	clear:both;
}

