/* CSS Document */

form { margin: 0 0 10px 0; padding: 0; border: 0; }

table.formTable {
	border-collapse: collapse;
	/*margin-bottom: 12px;*/
	font-size: 1.2em;
}
table.formTable td { padding-bottom: 10px; }
tr.emailRow { display: none; }
table.formTable tr.submitRow td { padding-bottom: 0; }
label { margin-right: 10px; }

input.formField { width: 276px; }
textarea.formTextArea { width: 278px; }
input.formField, textarea.formTextArea {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; color: #666666;
}

.mandatoryStar { color: #CC0000; }

a.submitButton {
	height: 22px; line-height: 22px;
	padding-left: 5px; padding-right: 5px;
	font-size: 1em; font-weight: bold;
	/*color: #008384;*/ color: #6D604F; text-decoration: none;
	border: 1px solid #6D604F;
	display: block; float: left;
}
a.submitButton:hover { color: #FFFFFF; border: 1px solid #00736E; background-color: #00736E; }
a.submitButton:active { color: #FFFFFF; border: 1px solid #6D604F; background-color: #ABA7A3; }


#column2 {
	width: 359px; height: 345px; padding-left: 20px;
	border-left: 1px solid #ABA7A3;
}
#contactImg { float: left; }
#addressDetails {
	height: 345px; /*padding: 0 20px 0 20px;*/
	float: right;
	display: block;
}
#addressDetails h2 { margin-top: 0; }

table.contactTable {
	border-collapse: collapse;
	font-size: 1.2em; line-height: 1.4em;
	text-align: left;
}
table.contactTable th { padding-right: 5px; }
