fieldset.csc-mailform {
	border: none;
}
.csc-mailform div.csc-mailform-field label {
	float: left;
	width: 150px;
}
.csc-mailform div.csc-mailform-field input {
	width: 220px;
	margin-bottom: 2px;
}
.csc-mailform div.csc-mailform-field input.csc-mailform-submit {
	margin: 10px auto;
}
.csc-mailform div.csc-mailform-field textarea {
	width: 220px;
	height: 100px;
}
