@CHARSET "UTF-8";


.csc-mailform {
	border: none;
}
.csc-mailform-field {

}
.csc-mailform-field-label {
	float: right;
	margin-top: 7px;
	width: 120px;
	text-align: right;
}
.csc-mailform-field-field {
	float: right;
	margin-top: 7px;
	width: 200px;
	text-align: right;
}
.csc-mailform-field-field INPUT {
	width: 200px;
	border: black 1px solid;
}
.csc-mailform-submit {
	margin-top: 10px;
	border: black 3px solid;
	background-color: green;
	width: 100px!important;
}
