body {
	background-color: #E1E1FF;
}

body, td {
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 0.9em;
}

/*
Fonts and other general styles
*/

a img {
	border-width: 0;
}

.instructions {
	color: #000080;
	font-size: 0.8em;
}

/*
Messages
*/
.info {
	width: 100%;
	background: #4CC417;
	padding: 3px 0;
	margin: 0 0 20px;
}

.error {
	width: 100%;
	color: #C00; 
	background: #E6C0C0;
	padding: 3px 0;
	margin: 0 0 20px;
}

/*
Generic form fields
*/

#bookingForm {
	width: 810px;
}

#contactForm {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #736F6E;
	padding: 15px;
}

.form {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #736F6E;
	padding: 15px;
}

.field {
	clear: left;
	width: 100%;
	text-align: left;
	padding-bottom: 2px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.field .label {
	width: 27%;
	float: left;
}

.field .input {
	width: auto;
	float: left;
}

.label span {
	color: red;
}

.button {
	text-align: left;
	padding-top: 20px;
}

.form .field .input input, 
.form .field .input textarea,
.form .field .input select.country,
#recaptcha_response_field,
select#country  {
	width: 300px;
}

#address, .address {
	height: 40px;
}

#enquiry {
	height: 100px;		
}

#postCode, .form .field .input .post_code {
	width: 100px;
}

.security_code p {
	padding: 0;
	margin: 0;
}

.field .input input#captchaCode {
	width: 100px;
}

.mailing_list {
	padding-left: 27%;
	font-size: 0.9em;
}

#recaptcha input {
	width: 300px;	
}

#recaptcha_image {
	float: left;
	width: 300px; 
	height: 57px;
	padding-top: 5px;
}

#recaptchaLinks {
	float: left; 
	width: 25px;
	height: 57px;
	padding: 8px 0 0 10px;
}

#recaptchaReloadBtn img {
	height: 18px;
	width: 25px;
}

#recaptchaSwitchAudioBtn img {
	height: 15px; 
	width: 25px;
}

#recaptchaWhatsthisBtn img {
	height: 16px; 
	width: 25px;	
}

#recaptchaLogo {
	float: left;
	padding: 14px 6px;
}

#recaptchaLogo img {
	height: 36px;
	width: 71px;
}

.recaptchatable #recaptcha_response_field {
	font-size: 1em;
}

#recaptchaReponse {
	clear: left;	
}

/* bookings */
table#pricing {
	width: 100%;
}

table#pricing th {
	font-weight: bold;
	font-size: 0.9em;	
}

table#pricing .ticket_type,
table#pricing .quantity {
	text-align: center;
}

td.price * {
	text-align: right;
}

/* admin */
table#purchases {
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-collapse: collapse;
}

table#purchases th,
table#purchases td {
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

#footer {
	font-size: 10px;
}