/* the div that holds the date picker calendar */
.dpDiv {

	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
width: 209px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #DFDFC3;
	border: 1px solid #ABADB3;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #DFDFC3;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: #024D32;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
/* The booking form CSS */	

.contactform {
margin: 0;
padding: 0;
padding-top: 20px;
font-size: 12px;
}

.contactform div input, .contactform div select, .contactform div textarea {
width: 200px;
font-size: 13px;
padding: 1px 3px;
margin: 0 0 0 0;
float: right;
color: #4F4A4A;
border: 1px solid #ABADB3;
}

.contactform div.wide input, .contactform div.wide select, .contactform div.wide textarea {
float: left;
width: 432px;
}

.contactform div.wide input.checkbox {
float: right;
width: auto;
border: 0;
}

.contactform div select {
width: 208px;
}

.contactform div input.inputRadio {
width: 15px;
float: left;
margin: 0 15px 0 5px;
border: 0;
}

.contactform div input.thin {
width: 90px;
margin-left: 12px;
}

.contactform div input:focus, .contactform div select:focus, .contactform div textarea:focus {
border: 1px solid #5F595B;
}

.contactform div input.withpicker {
width: 180px;
}

.contactform img {
float: right;
margin: 1px 0 0 4px;
}

.contactform label {
float: left;
color: #024d32;
font-weight: bold;
width: 185px;
text-align: left;
}

.contactform .wide label {
width: 480px;
}

.contactform .wide label.forsub {
width: 390px;
}

.contactform label.labelRadio {
width: 385px;
}

.contactform div {
clear: both;
float: left;
width: 440px;
display: block;
margin: 1px 0 0 0;
padding: 4px 3px;
}

.contactform fieldset fieldset div {
width: 435px;
padding: 2px 0;
}

.contactform fieldset {
float: left;
font-size: 100%;
border-color: #a5a699;
border-width: 1px 0 0 0;
border-style: dashed none none none;
padding: 10px;
margin: 0 0 0 0;
}

.contactform fieldset fieldset {
border-width: 1px;
border-style: solid;
padding: 5px;
margin: 0 0 12px 0;
}

.contactform fieldset legend {
font-size: 140%;
font-weight: normal;
color: #024d32;
margin: 0 0 0 0;
padding: 0 11px;
background: #E6E8D2;
line-height: 1.5em;
}

.contactform fieldset fieldset legend {
font-size: 100%;
}

.contactform span {
font-weight: normal;
}

.red {
color: #FF2F2F;
padding-left: 5px;
}

.hidden {
display: none;
}

.contactform p {
margin: 0;
padding-left: 248px;
text-align: left;
clear: both;
}

#submit {
padding-left: 16px;
}

#submit input {
width: 207px;
font-style: italic;
margin: 0;
font-weight: bold;
padding: 0;
color: #fff;
background: #9F9F8B;
}

#submit input:hover {
background: #AFAF99;
}