#findYourHoliday {
	width: 175px;
	float: right;
	margin-top: 6px; /* before BTA 20px; */
	margin-left: -10px;
}

	#findYourHoliday h2 {
		font-size: 0.8em;
		height: 19px;
		text-indent: -3000px;
		background: url(findYourHoliday.gif) no-repeat;
		margin-bottom: 2px; /* before BTA 5px; */
	}
	
	#findYourHoliday p {
		margin-bottom: 5px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	#findYourHoliday label {
		display: block;
		margin-bottom: 3px;
		font-weight: bold;	
		font-size: 0.9em;	
	}
	
	#findYourHoliday select{
		font-size: 0.8em;
	}
	
	#findYourHoliday option {
		padding-right: 10px;
	}
	
	#findYourHoliday #destination select, #findYourHoliday #activity select,
	#findYourHoliday #holidayType select {
		width: 170px;
	}
	
	#findYourHoliday select.year {
		width: 76px;
	}
	
		.Firefox2 #findYourHoliday select.year {
			width: 66px;
		}
		
		.AppleMAC-Safari5 #findYourHoliday select.year {
			width: 67px;
		}
	
	#findYourHoliday #advancedSearch {
		margin-top: -8px;
		font-size: 0.7em;
	}
	
		#findYourHoliday #advancedSearch a {
			color: #666666;
		}
		
#newsletterSignup h2 {
	text-indent: -3000px;
	background: url(bgNewsletterHeading.gif) no-repeat;
	height: 31px;
	margin-top: 5px;
	margin-bottom: 4px;
}

	#newsletterSignup .btnYesPlease {
		float: right;
		margin-top: 5px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	
	
	#newsletterSignup label {
		margin-right: 6px;
		margin-left: 5px;
	}
	
	/*.IE7 #newsletterSignup label {
		margin-right: 24px;
	}*/
	
/* ------------------------------------------

	Regular form rules

------------------------------------------ */

fieldset.regular {
	margin-top: 10px;
	border: 0;
	background: #e2e7ef;
	color: #000000;
	padding: 10px 10px 0 10px;
}

	fieldset.regular + fieldset.regular {
		margin-top: 0px;
		padding-top: 0;
	}
	
	fieldset.regular p.legend {
		font-size: 0.8em !important;
		font-weight: bold;
		color: #0069AA;
	}
	
	fieldset.regular label {
		text-transform: lowercase;
		color: #003358;
		font-weight: bold;
		font-size: 1.1em;
		width: 150px;
		float: left;
	}
	
	fieldset.regular p {
		clear: left;
		margin-bottom: 12px;
	}
	
	fieldset.regular input, fieldset.regular textarea { 
		width: 320px;
		font-family: arial, sans-serif;		
	}
	
	fieldset.regular textarea {
		font-size: 1.1em;
	}
	
	fieldset.regular input.button {
		width: 150px !important;
	}
	
	/* ------ Checkbox ------ */
	fieldset.regular p.checkboxes {
		padding-left: 150px;
	}
	
	fieldset.regular .checkbox {		
		float: left;
		width: 160px;
		margin-bottom: 5px;
	}
	
	fieldset.regular .checkbox input {
		width: auto !important;
		margin-right: 5px;
	}
	
	fieldset.regular .checkbox label {
		float: none;
	}
	
	fieldset.regular .checkboxNoWidth input {
		width: auto !important;		
		float: left;
		margin-right: 5px;
		margin-bottom: 30px;
	}
	
/* ------------------------------------------

	Send to A Friend

------------------------------------------ */
	
#sendToAFriendForm {
	background: #003358 url(bgDarkBlueTop.gif) repeat-x;
	color: #ffffff;
	margin-top: 10px;
	padding: 5px 0 0 0;
}

	#sendToAFriendForm > p {
		font-size: 0.8em;
		font-weight: bold;
	}
	
/* ------------------------------------------

	Enquiries & booking

------------------------------------------ */
	
.contactForm {
	background: #003358 url(bgDarkBlueTop.gif) repeat-x;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
}

	.contactForm > p {
		font-size: 0.8em !important;
		font-weight: bold;
		margin-left: 10px !important;
		margin-right: 10px !important;
		margin-bottom: 10px;
	}
	
	.contactForm h3 {
		clear: left;
		padding-top: 10px;
		margin-bottom: 3px;
		font-size: 1em !important;
	}
	
	.contactForm .phone {
		font-size: 1.2em;
	}
	
.contactForm fieldset.regular input, .contactForm fieldset.regular textarea {
	width: 275px;
}

.contactForm fieldset.regular textarea.enquiry {
	width: 515px;
}
