.ftxt {
    width: 30%;
}

.fput {
    width: 90%;
}

#feedbackForm table {
    width: 90%;
    max-width: 900px;
    margin-top: 20px;
    margin: 0 auto;
    text-align: left;
}

#feedbackForm table td,
#feedbackForm table th {
    border: none;
}

#feedbackForm .text {
    float: left;
    width: 90%;
    height: 36px;
    margin: 16px 0 0 0;
    font-size: 12px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

#feedbackForm .lable {
    padding: 10px 12px 0 0;
    line-height: 30px;
    height: 30px;
    text-align: right;
}

#feedbackForm .atextarea {
    float: left;
    width: 90%;
    margin: 16px 0 0 0;
    border: 1px solid #ccc;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

#feedbackForm .submita {
    display: inline-block;
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    background: #ff9c00;
    margin: 20px 14px;
    border: none;
    color: #fff;
    cursor: pointer;
}

#feedbackForm .fsbtn {
    text-align: center;
    width: 90%;
    padding: 1px;
    margin: 0;
}

#feedbackForm span.xh,
#msg {
    color: red;
}