/*

Aztec Media - Form Stylesheet
http://www.haynesvillas.co.uk
Handwritten by Richard Wilmot

*/


#booking h4 {
	margin-top:15px;
	float:left;
	width:450px;
	margin-bottom:5px
}

#booking h4.top {
	margin-top:0px;
}

fieldset div { 
	clear: both;
	}

legend {
	display: none;
	}
	
	
	
	
	
label {
	float: left;
	vertical-align: middle;
	width: 110px;
	height: 20px;
	padding-top:6px;
	}
	
label.person {
	width: 20px;
	}
	
label.date-to {
	width: 88px;
	text-align:center
	}
	
label.villas {
	width: 64px;
	text-align:right;
	padding-right:3px
	}
	
label.accept-terms {
	width: 370px;
	font-weight:bold;
	color:#FF0000
	}
	
input {
	background: #fff url('../images/booking-input-large.gif') no-repeat top left;
	border: none;
	color: #333	;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 6px 6px 0px 6px;
	vertical-align: middle;
	width: 250px;
	height: 20px;
	}
	
	
input.date-from, input.date-to {
	background: #fff url('../images/booking-input-medium.gif') no-repeat top left;
	width: 75px;
	}
		

	
input.age {
	background: #fff url('../images/booking-input-small.gif') no-repeat top left;
	width: 20px;
	}
	
.villa, .food-pack, .high-chair, .maid-service, .airport-service, .catering, .terms {
	background:none;
	margin:auto;
	margin-top:3px;
	width:auto
}
	
	
span {
	width: 30px;
	float:left;
	padding:5px 3px 0px 0px;
	text-align:center
	}
	
span.age {
	padding:5px 0px 0px 3px;
	}
	
	
	
	
select {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	

textarea {
	background: #fff url('../images/booking-textarea.gif') no-repeat top left;
	border: none;
	height: 60px;
	padding: 5px;
	width: 250px;
	overflow:hidden;
	margin-top:-10px
	}
	

p.small-print {
	width: 400px;
	line-height: 1.3em;
	float:left;
	margin-top:2px;
}




#booking-form #send {
	background: none;
	height: 30px;
	width: 110px;
	padding: 0px;
	margin: -3px 0px 0px 158px;
	}
	
	
.line {
	width: 900px;
	height: 1px;
	background-color:#fe7002;
	float:left;
	margin-bottom:20px
}

