@charset "UTF-8";
.left {
	float: left;
	width: 430px;
	padding-left: 10px;
}
.right {
	float: right;
	width: 470px;
	padding-right: 5px;
}

#content h3 {
	color: #9e1e00;
	margin: 2px 0 6px 0;
	font-weight: normal;
	font-size: 17px;
}

#content p { padding-right: 10px; }

#content ul { padding-top: 8px; }
#content ul li { padding-bottom: 5px; }
#content ul li strong { width: 50px; display: block; float: left; }

#content td { vertical-align: top; }

label { font-size: 11px; display: block; }
label.required { color: #9e1e00; font-weight: bold; }

#content input { width: 200px; margin: 0 10px 10px 0; }
#content select { margin-bottom: 10px; }

#content textarea { width: 420px; height: 80px; margin-bottom: 10px; display: block; }

td em { font-size: 9px; color: #333; font-style: normal; margin-bottom: 10px; display: block; }

#checkin_date, #checkout_date { margin-bottom: 2px !important; width: 120px !important; }

#zip { width: 80px !important; }

#fb-maid-service-options h5 { color: #9e1e00; font-weight: normal; font-size: 12px; margin-top: 8px; }
#fb-maid-service-options p { padding-bottom: 2px; margin-bottom: 0px; }
#fb-maid-service-options li input { width: auto !important; margin-right: 5px !important; }
#fb-maid-service-options li label { display: inline !important; cursor: pointer; }


.submit_btn a {
	padding: 2px 8px;
	background-color: #2d2927;
	border: 1px solid #787573;
	color: #c3bfbb;
	text-decoration: none;
	text-shadow: 1px 1px 2px black;
}
.submit_btn a:hover {
	background-color: #9e1e00;
	color: white;
}

.suite_details {
	padding: 10px;
	border: 1px dotted #cbc0b6;
	margin-bottom: 10px;
	background-color: #e8e0d8;
}


.right ol { margin: 0 0 0 20px; }
.right li { list-style-type: disc; padding-bottom: 4px; }

.right h4 {
	color: #9e1e00;
	margin: 2px 0 6px 0;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}
.right h5 {
	color: #222;
	margin: 2px 0 6px 0;
	font-weight: normal;
	font-size: 12px;
}