.formField{
    font: inherit; 
    border: 1px solid #ccc; 
    border-radius: 3px; 
    padding: 10px; 
    margin-bottom: 10px;
}
textarea.formField{
    width: 100%; 
    height: 70px;
}
#sendBtn{
    cursor:pointer;
    background: #ccc; 
    background: #ffa952; 
    border: 1px solid #ccc; 
    line-height: 32px; 
    font-size: 14px;
    padding: 0 25px; 
    border-radius: 3px;
    float: right;
}
#send_form_status{
    display: none; 
    padding: 0 10px; 
    margin: 10px 0;
}
.status_ok{
    color: #060;
}
.status_err{
    color: #F00;
}