* {
	margin: 0; padding: 0;
	font-family: Georgia, Trebuchet, "Times New Roman", Times, serif;
	font-size: 12px/36px;
	color: #fff;
}
body {
	background: #0d0602 url('/static/imgs/reservationbase.jpg') top left no-repeat;
}









/*RESERVATION *************************************************/
#err {
	font-size: 10pt;
	color: #f33;
	background: #ff0;
	font-style: italic;
	font-weight: normal;
}

#reservation {
	text-align: center;
	margin: 10px 10px 10px 0;
	width: 200px;
	height: 380px;
	float: left;
}
#res {
	margin: 20px 0;
}
.separator {
	margin: 5px 0;
}
#reservation input {
	margin: 3px 0;
	padding: 0 5px;
	color: #c04f2a;
	border: 1px solid #505050;
	height: 20px;
	width: 150px;
}
#reservation select {
	margin: 3px 0;
	padding: 0;
	color: #c04f2a;
	border: 1px solid #505050;
	height: 20px;
	width: 150px;
}
#reservation select option {
	color: #c04f2a;
}
.separator+p {
	margin: 10px 0 0 0;
}
#reservation a {
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff684;
	padding: 10px 0 0 0;
}
#reservation a:hover {
	color: #f93;
	border-bottom: 1px solid #f93;
}