/*******FORM ********/
.csc-mailform {
border: none;
width: 560px;
}
.csc-mailform-submit {
width: auto;
}


label {
text-align:left;
width:265px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
}


input.csc-mailform-check {
width: 15px;
}
input.csc-mailform-radio {
width: 15px;
}

.csc-mailform-field {
clear: both;
min-height: 25px;
}

legend {
display: none;
}
span.csc-mailform-radio label {
padding-top: 2px !important;
padding-top: 4px;
display: block;
}

.csc-mailform-radio fieldset {
clear: both;
margin-left: 0px;
}
.csc-mailform-radio label {
width: auto;
float: none;
}

.csc-mailform-radio {
float: left;
}

.csc-mailform-radio br {
clear: both;
}

fieldset {
border: none;
}

form {
color: #545454;
}


