/* Start of CMSMS style sheet 'unfolding : contactform' */
.contactform {
	font-size: 1em;
}
.contactform fieldset {
	border: none;
}
.contactform fieldset legend {
	font-weight: bold;
	color: #666666;
	background-color: #E7E7E8;
	line-height: 1em;
	padding: 0.25em;
}
.contactform div {
	width: 100%;
	padding: 0.25em 0;
}
.contactform div label {
	display: block;
	width: 50%;
}
.contactform div.required {
	color: red;
}
.contactform textarea, .contactform input {
	width: 100%;
	background-color: #d8dde1;
	border: none;
	line-height: 2em;
	font-size:1em;
}
.contactform div.submit  {
	width: 96%;
	text-align: center;
}
.contactform div.submit input {
	width: 50%;
	text-align: center;
	background-image: url(uploads/images/webdesign/bg-menu-on.gif);
	background-color: transparent;
}
.contactform submit {
	color: #999933;
	background-color: #0066FF;
}
.contactform .fbsubmit {
	background-image: url(uploads/images/webdesign/bg-menu-off.gif);
	width: 50%;
	margin-left: 25%;
}
.error_message {
	padding: 0 0 0 190px;
	margin: 0;
	color: #990000;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#main .top .trans form
{
	background: url(/uploads/images/webdesign/trans-90.png);
/*	filter:alpha(opacity=90);
	opacity:0.9;*/
	padding: 10px 15px 10px 190px;
	margin: 0px;
}

/* End of 'unfolding : contactform' */

