/* Caldwell's Grant - cg Theme */
/* Contact Form CSS - cgContact.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: Jul 24, 2007 */

fieldset {
	border: none;
	padding-left: 50px;
}

legend {
	display: none;
}

label {
	display: block;
	margin: 15px 0 2px;
	font: normal 14px "Gill Sans", Helvetica, Geneva, Verdana, sans-serif;
	letter-spacing: 1px;
}
label.unblock {
	display: inline;
	margin: 0;
}

#ContactForm {
	position: relative;
}

table.addPersonal {
	margin: 9px 15px;
	border: none;
}
table.addPersonal td {
	padding-right: 25px;
}

#Reservation {
	position: relative;
	margin: 0;
	padding: 0;
}

#cal1Container {
	display: none;
	position: absolute;
	/* Old Method
	left: 425px;
	top: 110px;
	*/
	width: 384px;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 12px;
}

#Date {
	text-align: right;
}

#Send {
	text-align: right;
	margin: 30px 74px 20px 0;
}
