#contact h3{
line-height:40px;
}
#contact ul{
margin:0 0 10px 0;
font-size:120%;
list-style-type:none;
}
#contact form{
margin:2px 0;
padding:10px;
background:#C9D0CE;
position:relative;
overflow:hidden;
}
#contact form label{
font-size:120%;
}
#contact input,
#contact textarea,
#contact select{
width:618px;
margin:0 0 10px 0;
padding:6px;
background:#FFF;
border:1px solid #92A19D;
}
#contact .booking-enquiry input,
#contact .booking-enquiry textarea,
#contact .booking-enquiry select{
width:638px;
}

/*/ IE6 Fix /*/ *html #contact .booking-enquiry input{width:658px; height:30px;}
/*/ IE7 Fix /*/ *+html #contact .booking-enquiry input{width:658px; height:30px;}
/*/ IE6 Fix /*/ *html #contact .booking-enquiry textarea{width:658px;}
/*/ IE7 Fix /*/ *+html #contact .booking-enquiry textarea{width:658px;}
/*/ IE6 Fix /*/ *html #contact .booking-enquiry select{width:658px;}
/*/ IE7 Fix /*/ *+html #contact .booking-enquiry select{width:658px;}
#contact select{
}
#contact input.checkbox{
width:15px;
margin:0;
}
#contact button{
width:90px;
height:25px;
margin:10px 0;
padding:0;
background:url(/img/layout/button.png) no-repeat 0 -25px;
border:0;
color:#FFF;
text-align:center;
clear:both;
float:left;
}
#contact button:hover{
background:url(/img/layout/button.png) no-repeat 0 0;
}
#contact div{
width:268px;
height:363px;
padding:0 10px;
border-left:1px solid #92A19D;
position:absolute;
top:10px;
right:10px;
}
#contact div h2,
#contact div dl dt{
line-height:40px;
font-size:180%;
font-weight:normal;
}
#contact div h3.alt{
color:#CD3301;
}
#contact div dl dd{
font-size:120%;
}