div.csc-header h1{
  padding-top:10px;
  margin-bottom:0px !important;
}
div.csc-header h1.csc-firstHeader{
  padding-top:0px; 
  padding-bottom:0px;
}

fieldset.csc-mailform{
  border: 0;
  margin: 15px 0 0 0;
  padding: 0;
  
}

div.csc-mailform-field label{
  width:100px;
  display:block;
  float:left;
}

div.csc-mailform-field input, div.csc-mailform-field textarea{
  margin-left:15px;
  width:200px;
  margin-bottom:5px;
  font-family: Arial;
  font-size: 95%;
}
div.csc-mailform-field input#mailformformtype_mail{
  margin-left:115px;
}
