
/* ENQUIRY FORM
----------------------------------------------------------------------------------*/
.bookingform {
font-size:11px;	
}
.bookingform .text {
width:200px;
border:1px solid #817F6A;
}

.bookingform td {padding-bottom:5px;}
.bookingform label { font-weight:bold; margin-right:5px; }

.bookingform .required { color:#F2929C; }

.bookingform .checkbox {
display:block;
float:left;
margin:0 5px 0 0;
position:relative;
top:4px;
*top:0px;
width:13px;
}

.bookingform .tinytext { width:30px; }
.bookingform .smalltext { width:50px; }
.bookingform .mediumtext { width:100px; }
.bookingform .label-text {font-weight:normal;}
.bookingform select {border:1px solid #817F6A;}