@import url('/css/defaults/default.css');
@import url('/css/defaults/layout.css');
@import url('/css/defaults/nav.css');

/*
h1.image {
	padding-top: 48px;
}
*/
table.layoutTable td#col_2 {
	background-color: #590203;
}

div#body table.layoutTable td#col_2 div#sectionHeader {
	width: 568px;
	height: 160px;
	background-color: #B50F1B; 
	vertical-align: bottom;
}

div#formArea {
	width: 280px;
	padding: 0px 32px 0px 16px;
}

div#formArea table {
	border-collapse: separate;
	border: 2px solid #590203;
	}

div#formArea table tr td {
	color: white;
	border-top: 8px solid #590203;
	vertical-align: baseline;
}

div#formArea table tr td.field {
	border-left: 8px solid #590203;
	vertical-align: baseline;
}

div#formArea div.warning {
	padding :0px;
}

div#formArea label {
	font-weight: bold;
	color: #C3B098;
}

div#formArea select,
div#formArea textarea,
div#formArea input {
	border: 1px solid #A28B72;
	background-color: #f3e0c8;
	font-family: verdana;
	font-size: 8pt;
}

div#formArea tr.error input {
	background-color: #ffcfcf;
}

p.contactAddress {
	width: 202px;
	text-align: right;
	color: white;
	padding-top: 8px;
}
