@charset "utf-8";
/* CSS Document */

.contactform {
	background-color: #290529;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B8676;
	border-bottom-color: #7B8676;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-right-color: #7B8676;
	border-right-width: thin;
	border-right-style: solid;
	border-left-color: #7B8676;
	border-left-style: solid;
	border-left-width: thin;
	border-top-color: #7B8676;
	border-top-style: solid;
	border-top-width: thin;
}

