@charset "utf-8";
/* CSS Document */


.label { width: 85px; margin-right:2px; padding: 6px 0 3px 0; text-align:right; display:block; float:left; height:auto; /* Fix for Firefox labels without no-content*/ }
.input1, .input2, .input2b, .input3 { width: 155px; font-size: 11px; color: #666; border: 1px solid #222222; padding: 5px; margin: 1px 3px 1px }
.submit { 
	background: url(/images/form_button.gif) no-repeat;
	width: 200px;
	height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	margin: 10px 0 10px 0;	
}

.booking { 
	border: 10px solid white;
	padding: 10px;
	margin-bottom: 10px;
	background: #999 url(/images/bg_booking_large.jpg) repeat-x top left;
}

label.label-no-style { margin-left:0px; text-align:left; width:auto; /*removes margin from label, e.g. on login panel*/ }
.label-none { display:block; margin-left:128px; clear:both; /*use on form elements not adjacent to a label*/ }

fieldset {
	width: 280px;
	padding: 10px;
	float: left;
	border: none;
	margin: 0;
}

#submit {
	margin: 0 auto;
}
legend {
	font-weight: bold;
	font-size: 20px;
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
	letter-spacing: -1px;
}
option {
	padding: 0 5px;
}
#special_accommodations_wrap textarea {
	width: 100%;
}






