#callback-form {
    width: 210px;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 0 20px 20px 20px;
    color: #777777;
    text-align: center;
    margin: auto;
}
#callback-form .title {
    background: #e8e8e8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 20px;
}
#callback-form [type=text], 
#callback-form textarea {
    height: auto !important;
    border: 1px solid #777 !important;
    border-radius: 5px;
    max-width: 100%;
    padding: 8px !important;
    box-sizing: border-box;
    font-family: Arial !important;
}
#callback-form textarea {
    resize: none;
}
#callback-form [type=submit] {
    background: #00a1e6;
    color: white;
    font-size: 18px;
    width: 100%;
    line-height: 35px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}