/*contactus.css*/

#content {
	background-image: url(../images/bg_content_lincoln.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
hr.line {
	height: 1px;
	color: #00008C;
	width: 100%;
}

.contactTable, .contactTableThree {
	width: 515px;
	padding: 12px;
}

.contactTableThree td.radio {
	text-align: right;
	width: 25px;
	padding-right: 0;
}

.contactTableThree td.label {
	text-align: right;
	width: 50px;
	padding-right: 0;
	padding-left: 0;
}

.instruction {
	white-space: nowrap;
}

.contactTableThree td.element {
}

.contactTable td, .contactTableThree td {
	padding: 6px 12px;
}

#contactName td, #contactTopic td {
	width: 50%;
}

#contactTopic td {
	padding: 2px 12px;
}

#message {
	width: 90%;
}

#contactTopic input {
	margin-right: 8px;
}

#otherTopic {
	margin-left: 8px;
}