@charset "utf-8";
/* CSS Document */

table#reservation-form {
	margin:0 auto;
	width:850px;
	padding:100px 0 0 0;
}
table.formsection {
	border-right:1px dotted #930;
	border-left:1px dotted #930;
}
table#reservation-form table {
	margin:20px 0 0 0;
	border-top:1px dotted #960;
	padding:0 0 0 0;
}
table#reservation-form table tr td  p {
	float:right;
	
}
table#reservation-form table tr td {
	padding:5px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #960;
 
}
.formsectiontitle {
	font-size:14px;
	display:block;
	padding:0 0 10px 0;
	color:#930;
}
.asteresk {
	color:#F00;
}
.formnote {
	font-size:11px;
	color:#930;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#thankyoumessage {
	margin:0 auto;
	width:500px;
	padding:100px 0 0 0;
	text-align:center;
}
#thankyoumessage h2 {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}