#mainWideContent.lead-form #twoColRight {
	background-color: #eae5dc;
	padding: 15px 15px 0 15px;
}

table.form {}

table.form td {
	padding: 0 0 10px 0;
	font-size: .9em;
	color: #666;
}

table.form tr.separator td {
	border-bottom: 1px solid #fff;
}

table.form tr.post-separator td {
	padding-top: 10px;
}

table.form input.std {
	width: 200px;
}

table.form select.std {
	width: 205px;
}

table.form td.label {
	width: 170px;
	padding-right: 10px;
}

table.form td.error {
	width: 175px;
	color: #bd242f;
	font-weight: bold;
}

table.form span.error {
	color: #bd242f;
	font-weight: bold;
}


