/* =form */

.form {
border:none;
width:500px;
margin:0px auto 40px auto;
}

.form td {
border:none;
font-weight:bold;
color:#FFFFFF;
font-size:12px;
font-family:Tahoma;
}

.form td.input {
width:300px;
color:#FFFFFF;
}

.mail_page .form td.input {
width:280px;
}

.form td input, .form td textarea {
width:90%;
font-weight:normal;
-moz-border-radius: 5px;
border-radius: 5px;

}

.form td textarea {
height:140px;
margin-bottom:30px;
}

.form td.contact-joinmail {
padding:6px 0px 10px 0px;
text-align:center;
font-weight:bold;
}

.form td.subscribe-options {
padding:40px 0px 10px 0px;
text-align:left;
color:#84849B;
font-weight:bold;
}

.form td.contact-joinmail input, .form td.subscribe-options input {
width:30px;
}

.form td.enquiry-type input {
width:auto;
}

.form td.contact-buttons, .form td.button {
padding-top:30px;
text-align:right;
}

.form td.contact-buttons input, .form td.button input {
width:auto;
margin:0px 0px 0px 10px;
border:1px solid #000000;
padding:2px 4px 3px 4px;
color:#000000;
background:#DD961F;
font-weight:normal;
}

.required {
color:#CC0000;
font-weight:bold;
}

/* =subscribe */

#subscribe_label {
line-height:20px;
margin-bottom:0px;
padding:0px;
text-align:center;
clear:both;
}

#subscribe {
clear:both;
margin:20px 0px 20px 0px;
border:none;
padding:20px 0px 0px 0px;
text-align:center;
font-size:11px;
}

/* search header forms */

.search_header {
width:680px;
height:253px;
position:relative;
}

.search_holiday {
background:url(../images/holiday_header.png) 0px 0px no-repeat;	
}

.search_rental {
background:url(../images/rental_header.png) 0px 0px no-repeat;	
}

.search_form {
position:absolute;
top:15px;
right:30px;	
}

.search_form td {
padding:5px 0px 5px 0px;	
}

.search_form select {
padding:4px;	
}