#pageContent {min-height:1000px;}
#uiContactForm{display:none;}
div.contactForm label{display:block;float:left;width:200px;}
div.contactForm label.error{display:inline;float:none;padding-left:5px;color:red;font-size:12px;}
div.contactForm span.reqColor{border:solid 1px #000;background-color:lightyellow;}
div.contactForm input[type=text]{width:200px;}
div.contactForm input.error{border:solid 1px red;}
div.contactForm textarea{width:100%;height:90px;}
div.contactForm input.req{background-color:lightyellow;/*#94BAF7;*/}
#adult_count,#child_count,#room_count{width:25px;}
#arrival_date,#departure_date{width:68px;}
#telephone_number{width:130px;}
#postal_code{width:70px;}
#gatt{margin-left:200px;}
p.contactFormFeedback{color:blue;font-weight:700;}