#mailformplusplus_contact_form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#mailformplusplus_contact_form .csc-mailform-field label {
	display: block;
}

#mailformplusplus_contact_form .csc-mailform-field input, 
#mailformplusplus_contact_form .csc-mailform-field textarea {
	border: 1px solid #e1e1e1;
	color: #b0b0b0;
	font-size: 11px;
	height: 1.2em;
	margin-bottom: 10px;
	width: 50%;
}

#mailformplusplus_contact_form .csc-mailform-field textarea {
	height: 20em;
	width: 100%;
}


.F3-MailformPlusPlus .error-single {
	
}
.F3-MailformPlusPlus .error-box {
	background-color: #f37f7f;
	border: 1px solid #9f0000;
	padding: 2px 5px;
}
.F3-MailformPlusPlus .error-list {
	display: none;
}