@charset "UTF-8";
/* CSS Document */

form {
	margin: 20px 0 0 0;
}

#reservations label.mediuml {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 50px 10px 0;
	width: 250px;
	position: relative;
	float: left;
}

#reservations input.mediumi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	border: 1px solid #666666;
	width: 250px;
	height: 18px;
}

#reservations label.cityl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 10px 10px 0;
	width: 120px;
	position: relative;
	float: left;
}

#reservations input.cityi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	border: 1px solid #666666;
	width: 120px;
	height: 18px;
}

#reservations label.statel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 10px 10px 0;
	width: 40px;
	position: relative;
	float: left;
}

#reservations input.statei {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	border: 1px solid #666666;
	width: 40px;
	height: 18px;
}

#reservations label.zipl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 50px 10px 0;
	width: 70px;
	position: relative;
	float: left;
}

#reservations input.zipi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	border: 1px solid #666666;
	width: 70px;
	height: 18px;
}

#reservations label.creditl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 50px 10px 0;
	width: 290px;
	position: relative;
	float: left;
}

#reservations input.crediti {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	border: 1px solid #666666;
	width: 250px;
	height: 18px;
}

#reservations label.check {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 10px 10px 0;
	width: 500px;
	position: relative;
	float: left;
}

#reservations input.checki {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
}

#reservations label.radiol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 10px 10px 0;
	width: 135px;
	position: relative;
	float: left;
}

#reservations input.radioi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	width: 18px;
	height: 18px;
}

#reservations label.textl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 0 10px 0;
	width: 500px;
	position: relative;
	float: left;
}

#reservations textarea.texti {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	position: relative;
	float: left;
	border: 1px solid #666666;
	width: 500px;
	height: 150px;
}

#reservations hr {
	clear: both;
	width: 450px;
	height: 1px;
	background: #000000;
	margin: 20px;
	border: none;
}