div.csc-mailform form li{
    list-style-type: none;
    padding-bottom: 0.5em;
}

div.csc-mailform input{
    width: 250px;
}

#contentbody li.csc-form-element-textarea label{
    float: none;
    display: table;
    padding-bottom: 0.25em;
}

#contentbody li.csc-form-element-textarea textarea{
    width: 477px;
    border: 1px solid lightgrey;
}