
div.Reservation_Wrapper
{

padding:32px;



}




table.Reservation_Columns
{

background:#222;
margin-top:8px;
margin-bottom:16px;
-webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius:8px;
}

.Reservation_Columns td
{

vertical-align:top;
padding:16px;


}




div.Reservation_Input
{
padding:8px;
width:304px;
background:#333;
-webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius:8px;
}

div.Reservation_Input input
{
width:278px;
height:20px;
}

div.Reservation_TextArea
{
width:488px;
height:250px;
background:#333;
padding:8px;
margin-left:1px;
margin-top:8px;
margin-bottom:8px;
-webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius:8px;



}

div.Reservation_TextArea textarea
{
width:470px;
height:114px;
background:#ccc;


}



div.Reservation_Captcha input
{
margin-top:0px;
height:13px;
background:#fff;
vertical-align:top;
margin-bottom:10px;


}


div.Reservation_Submit
{
margin-top:12px;
text-align:right;
padding-right:10px;

}












#contactForm 
{
	margin-top: 32px;
	width: 500px;
	padding-left:64px;
}


#contactForm input, #contactForm textarea 
{
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	width: 379px;
	height:24px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}


#contactForm textarea 
{
	height: 200px;
}
#contactForm textarea:focus, #contactForm input:focus 
{
	border: 1px solid #fff;
}

#contactForm label 
{
	float: left;
	margin-right: 15px;
	text-align: right;
	width: 100px;
}

#contactForm input.submit 
{
	cursor: pointer;
	float: right;
	width: 130px;
	
}

#contactForm h2, #contactForm h3 
{
	margin-left: 115px;
}

#contactForm h5
{
padding-bottom:8px;
color:#FCF200;

}


.error 
{
	color: #ff0000;
	margin-left: 115px;
}

div.RadioWrapper
{
padding-left:122px;

}





#contactForm input.Radio1
{
width:22px;
height:13px;



}
