.contactForm {
	border:1px solid #fcb827;
	background-color:#a80534;
	opacity: 0.88;
	-moz-opacity: 0.88;
	-khtml-opacity: 0.88;
	filter: alpha(opacity=88);
	margin-bottom:10px;
	overflow:auto;
	padding-bottom:10px;
}

.contactForm .title {
	border:1px solid #a80534;
	color:#a80534;
	background-color:#fcb827;
	padding:3px;
}

.contactForm .content {
	background-color:#a80534;
	color:#fcb827;
	padding:10px;
}
