.title {
	font-size: 18pt;
	color: #800000;
	font-weight: 600;
}

.subTitle {
	font-size: 12pt;
	color: #800000;
	font-weight: 600;
}

.centerContent {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.error_message {
	color: #ff0000;
}

.credentials {
	text-align: right;
	font-style: italic;
}

div.contentBox {
	border: 1px solid #4c795d;
	background-color: #f2f7f4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
}

#contactForm {
	margin-left: auto;
	margin-right: auto;
	width: 525px;
	height: 275px;
	background-image: url(../img/page/formboxbackground.jpg);
	font-weight: 600;
}