/* CSS Document */

h1 { height: 40px; display: block; margin-bottom: 0; }
form#contact_form h2 { margin-top: 0; }
#leftColumn { /*width: 465px;*/ width: 400px; }
#rightColumn { width: 530px; padding-top: 40px; }
#addressDetails {
	width: 170px;
	float: right;
}
#googleMap {
	/*width: 275px;*/ width: 340px; float: left;
}


form#contact_form {
	border: 1px solid #CCCCCC;
	padding: 20px 20px 10px 20px;
	display: block;
	margin-bottom: 15px;
}

table.formTable {
	width: 423px;
	border-collapse: collapse;
	font-size: 1.2em;
}
tr.emailRow { display: none; }
table.formTable td { padding-bottom: 10px; }

input.formField, textarea.formTextArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 14px; color: #333333;
	width: 250px; padding: 3px;
}
textarea.formTextArea { padding: 5px; height: 100px; }

label { margin-right: 10px; }

a.submitButton {
	font-size: 1.2em; font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-right: 20px; padding-top: 2px;
	background-image: url(../images/offers-arrow.gif);
	background-position: right; background-repeat: no-repeat;
	text-decoration: none;
}

tr.submitRow td { padding-top: 10px; }
span.mandatoryStar { color: #DF0051; }