@charset "utf-8";

label {
	font-weight: bolder;
	color: #333333;
	
	}

.contactForm {
	background-color: #CCCCCC;
	-moz-border-radius: 16px;
	-khtml-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 6px;
	padding:10px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.errMsg {
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}

.formDiv {

}
