body {
	background:transparent;
	padding:0;
	margin:0;
	font-size:x-small;
	line-height:1.6em;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

img {
	margin:0;
	border:none;
}

p {
	margin:0 0 10px 0;
}

#intro {
	float:left;
	position:relative;
	left:160px;
	top:36px;
	width:400px;
}

#logo {
	position:absolute;
	top:10px;
	left:11px;
	z-index:1;
}

#close {
	position:absolute;
	top:7px;
	left:518px;
	z-index:1;
	cursor:pointer;
}

#container {
	width:580px;
	margin:0 0 0 10px;
	position:relative;
	padding:0 30px 20px 0;
	color:#4D4D4D;
	font-size:1.2em;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

h1 {
	color:#1A1A1A;
	margin:0;
	padding:0;
	line-height:1em;
	height:1em;
	font-size:1.8em;
}

#booking_header {
	width:591px;
	height:155px;
	background:url(../images/booking-header.png);
	margin:0 -11px;
	position:relative;
}

form {
	margin:0;
	padding:0 0 10px 0;
	background:url(../images/form-bottom.png) bottom left no-repeat;
}

fieldset {
	margin:-70px 0 0 0;
	padding:0 0 10px 0;
	border:none;
	background:url(../images/form.png);
}

form ol {
	padding:0;
	margin:0;
}

form li {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

form .submit {
	position:absolute;
	bottom:-17px;
	left:400px;
	width:147px;
	height:47px;
	line-height:500px;
	text-indent:-9999px;
	border:none;
	background:url(../images/submit.png) no-repeat;
	cursor:pointer;
}

form h2 {
	text-indent:-9999px;
	width:578px;
	height:25px;
	position:relative;
	left:1px;
	clear:both;
	padding-top:20px;
	overflow:hidden;
}

h2#brand_venue {
	background:url(../images/brand-venue.png) no-repeat left bottom;
}

h2#your_details {
	background:url(../images/your-details.png) no-repeat left bottom;
}

h2#your_party {
	background:url(../images/your-party.png) no-repeat left bottom;
}

label, span.label {
	color:#333;
	padding-left:20px;
	width:140px;
	float:left;
	line-height:22px;
}

.highlighted_label {
	font-size:1.1em;
}

input, textarea, select {
	border:1px solid #959595;
	padding:3px;
	margin:0 0 10px 0;
	width:278px;
	height:22px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	float:left;
}

input.datepicker {
	width:100px;
}

.short_field {
	width:180px;
}

select.short_field {
	width:186px;
}

.tiny_field {
	width:54px;
}

.phone_input {
	width:134px;
}

.phone_label {
	width:50px;
}

label.error {
	clear: both;
	color: red;
	font-weight:bold;
	margin: -11px 0 10px 140px;
	width: 280px;
}

.ui-datepicker-trigger {
	float:left;
	margin:4px 0 0 3px;
}

.radiogroup {
	float:left;
	width:410px;
	padding-bottom:4px;
}

.radiogroup br {
	clear:both;
}

.radiogroup label {
	width:110px;
	padding-left:8px;
	line-height:1em;
}

.radiogroup input {
	width:12px;
	height:12px;
	border:none;
}

textarea {
	width:360px;
	height:169px;
	overflow:auto;
}

select {
	height:22px;
	padding:0;
}

.required_info {
	clear:both;
	position:relative;
	float:left;
	left:460px;
	top:26px;
	z-index:2;
}

span.required {
	width:10px;
	height:9px;
	background:url(../images/required.png);
	text-indent:-9999px;
	display:block;
	float:left;
	margin:8px 0 0 8px;
	overflow:hidden;
}

select.time {
	width: auto;
	margin-right: 5px;
}

#chosenVenueNote {
	margin: 0 100px 10px 160px;
	font-size: 8pt;
	line-height: 12pt;
	
}

.offersCheckboxes{
	padding-left: 156px;
	margin: 10px 0 10px 0;
	font-size:1em;
	line-height:1.2em;
	float: left;
}
.offersCheckboxes input{
	width:20px;
	border: 0;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	
}
.offersCheckboxes label{
	padding-left: 10px;
	margin-bottom: 5px;
	width: 350px;
}


input.datepickerNarrow {
	width:30px;
	margin-right: 5px;
}

