/* CSS Document */

table {
	padding:10px;
}
caption {
	text-align: left;
	font: bold italic 18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 4px;
	background-color: #069;
	border-bottom: 3px solid #9CF;
}

#leftColumn table {
	border: none;
}

#rightColumn table {
	border: none;
}

#contactFormArea {
	border:0px;
	width:600px;
	margin:0px;
}

#hotelSurvey {
	border:0px;
}

#hotelSurvey form input, form select {
	width: 250px;
}