@charset "UTF-8";


form {
	padding-bottom: 0.5em;
	font-family: Verdana, Helvetica, Arial, 'Lucida Grande', Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 19px;
}

fieldset {
	margin-bottom: 1em;
	border: 1px solid #FFFFFF;
}
.yourDetails {
	background-image: url(../images/your_details.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 1em;
}
.yourBooking {
	background-image: url(../images/your_booking.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.firstDetails {
	float: left;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.details {
	float: left;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.details input {
	width:350px;
	border: #9C9899 1px solid;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

input.checkbox {
	width:auto;
	float: left;
	margin-left: 10px;
	margin-right: 8px;
}


/*fieldset {
	background-color: #fff;
	padding: 20px;
	float: left;
	width: 500px;
	position: relative;
	font-size: 11px;
	color: #666666;
	margin-left: 20px;
	margin-bottom: 2em;
}*/


.optIn {
	float: left;
	margin-bottom: 10px;
}

label {
	with:10em;
	display: block;
	float: left;
}

.required {
	color:#BB0000;
	margin-right: 2px;
}

.captions {
	with:10em;
	width: 150px;
	float: left;
	margin-top: 2px;
}
.actionButtons {
	margin-left: 162px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

input.btnReset {
	width: 80px;
	height: auto;
	margin-right: 1em;	/*font-size : 11px;
	font-family : Verdana;
	margin-left: 160px;
	margin-right: 1em;
	padding: 2px;
	width: 100px;
	float: none;
	height: 22px;
	font-weight: bold;
	text-align: center;*/
}

input.btnSubmit {
	height: auto;
	width: 80px;	/*font-size : 11px;
	font-family : Verdana;
	padding: 2px;
	width: 100px;
	background-color: #F0a027;
	color: #333333;
	float: none;
	height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	margin-right: 1em;
}
.indentCaptions {
	with:10em;
	width: 142px;
	float: left;
	margin-top: 2px;
	margin-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.indentNoSpaceTop {
	with:10em;
	margin-left: 8px;
}



select {
	width:auto;
	border: #9C9899 1px solid;
	float: left;
	margin-right: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	width:350px;
	border: #9C9899 1px solid;
	float: left;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.selectFirst {
	margin-left: 1em;
}
input.localTel {
	width: auto;
}

input.guests {
	width: auto;
	border: #9C9899 1px solid;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label.localTel {
	margin-top: 2px;
	margin-right: 5px;
}

label.names {
	margin-top: 1px;
}

input.radio {
	width:auto;
	float: left;
	margin-right: 0.5em;
	margin-left: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.radioFirst {
	width:auto;
	float: left;
	margin-right: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label input.radio {
	width: auto;
	margin-top: 2px;
	margin-right: 5px;
}
