#guestlist_form_top,  #guestlist_form_bottom{
	background-color:#e1e1e1;
	font-weight:bold;
	padding:10px;
}

#guestlist_form_top {
	padding-bottom:0;
}

#guestlist_form_bottom{
	padding-top:0;
	margin-bottom:15px;
}

#guestlist_form_bottom_2{
	padding:10px 0 15px;
}

#form_top {
	background-color:#333333;
	color:#FFFFFF;
	font-size:1.2em;
	height:90px;
}

#form_left {
	width:50%;
	float:left;
	background-image: url(../images/guestlistshimLeft.gif);
	background-position:right bottom;
	background-repeat: no-repeat;
	background-color:#333333;
	height:90px;
}

#form_right {
	width:50%;
	float:right;
	background-image: url(../images/guestlistshimRight.gif);
	background-position:right bottom;
	background-repeat: repeat-x;
	background-color:#333333;
	height:90px;
}

#form_bottom {
	/* background-color:#287088; 
	background-image: url('/images/book-a-table-bg.gif'); */
	background:#95B1BB url(/images/find-venue-bg.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	font-size:1.1em;
	padding:10px;
}

#form_bottom_2 {
	background-color:#287088;
	color:#FFFFFF;
	font-size:1.1em;
	padding:10px;
	margin-top:10px;
}


.number {
	font-size:1.7em; 
	color:#6dbedc; 
}

label { 
	font-weight:bold; 
	font-size:1.1em;
	display:block;
}

#form_left select, #form_right select {
	width:260px; 
	margin-left:35px;
}

.disclaimer { color:#c01b19; font-size:1.5em;}
.feature_But { 
	display:block;
	margin-top:15px; 
	margin-bottom:10px; 
	margin-left:10px;
}
.thankyou { color:#468ea6; font-size:1.2em;}
.thankyou strong { color:#333333;}

#disclaimer .disclaimer{
	margin-bottom:10px;
}

#disclaimer p{
	margin-left:11px;
	margin-bottom:10px;
}

#disclaimer label{
	margin-left:6px;
	font-weight:bold;
}

#disclaimer input{
	margin-left:6px;
	margin-top:10px;
}

p.error{
	margin-bottom:10px;
	color:red;
}

.hidden{
	position:absolute;
	left:-9999em;
}

input.hidden{
	display:none;
}

fieldset{
	margin-bottom:10px;
	border:none !important;
}

#day{
	margin-left:90px;
}

select.date{
	width:90px;
}

.ui-datepicker-trigger {
	position:absolute;
	margin-top:-20px; 
	margin-left:-370px; 
}

#places{
	margin-left:25px;
}


