/******************************
Contact form
******************************/
.embContactForm {
}
.embContactFormTable {
}
.embContactFormLabel {
	text-align: right;
	font-weight: bold;
	background: #999999;
	padding: 2px;
}
.embContactFormValue {
}
.embContactForm textarea {
	width: 400px;
	height: 200px;
}
.embContactFormSubmit {
	text-align: center;
}
.embContactFormError {
}

