@charset "UTF-8";
/* CSS Document */
.required {font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
#errorMsg {	font: bold 10px "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
#contact {
	font: 14px/normal "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	height: auto;
	width: 750px;
	text-align: center;
}
#wrapper {
	height: auto;
	width: 750px;
	margin: auto;
}
#required {
	margin-left: 50px;
	margin-right: 30px;
}
#errorMsg {
	font: bold 12px/normal "Times New Roman", Times, serif;
	color: #F00;
	text-decoration: none;
}
#rooms {
	height: auto;
	width: 200px;
	margin-left: 275px;
	text-align: left;
}
body {
	background-color: #F8D37A;
}
#reqLeft {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 10px;
}
#reqRight {
	float: right;
	height: auto;
	width: 300px;
	margin-right: 10px;
}

