.content .msgcform .cform {
    width:auto;
}
.content .msgcform .cform input, 
.content .msgcform .cform select {
    width: 93% !important;
    box-shadow: 1px 1px 3px #d9d9d9 inset;
}
.content .msgcform .cform textarea {
    width: 97% !important;
    box-shadow: 1px 1px 3px #d9d9d9 inset;
}
.content .msgcform ol.cf-ol li {
    width:48%;
    display: inline-block;
}
.content .msgcform ol.cf-ol li:nth-child(2n) {
    margin-left:20px !important;
}
.content .msgcform ol.cf-ol li:last-child {
    width:100% !important;
    margin:0px !important;
}
.content .msgcform .cform input.fldemail {
    background-color:#f0f0f0 !important;
}
.content .msgcform .cform input.sendbutton {
    width: 100% !important;
    margin-bottom: 45px;
}