

.contactButton {
	width: 125px;
}
.contactInput {
	width: 400px;
}
.contactSelect {
	width: 400px;
}
.contactTextarea {
	font-family: courier new, courier;
	font-size: 13px;
	width: 400px;
	height: 150px;
}


.contactNote {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #999999;
}

.contactTableLabel {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background-color: #EBEFF4;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-left: 6px;
	padding-right: 6px;
}

.contactTable TD {
	padding-left: 6px;
}

.messagePreview {
	font-family: courier new, courier, monospace;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: .5em 0;
}
