.csc-mailform { border:none; padding:0; }
.csc-mailform-field { position:relative; width:415px; }
.csc-mailform-field label { display:block; float:left; width:100px; margin-right:15px; }
.csc-mailform .required label { font-weight:bold; color:#395D9F; }
.csc-mailform input,
.csc-mailform textarea { width:200px; border:1px solid #395D9F; background-color:#E3E3E3; }
.csc-mailform textarea { width:275px; height:125px; }
.csc-mailform .required input,
.csc-mailform .required textarea { border-width:2px; }
.csc-mailform input:focus,
.csc-mailform textarea:focus { background-color:#DAE0EC; }
#csc-mailform-field-captcha-content { float:right; width:300px; }
.csc-mailform .csc-mailform-field-submit input { border:none; background-color:transparent; float:right; width:115px; }
.csc-mailform .loading {
	position:absolute;
	top:1px;
	left:338px;
}
.csc-mailform-ok,
.csc-mailform-error {
	position:absolute;
	top:1px;
	left:338px;
	display:block;
	width:16px;
	height:16px;
	background: transparent url('../layout/btn_ok.gif') no-repeat left top;
}
.csc-mailform-error{ background-image:url('../layout/btn_error.gif'); }
#loading_message,
.csc-mailform-field-message .csc-mailform-ok,
.csc-mailform-field-message .csc-mailform-error { left:414px; }