#gb_contact {
    display: none;
}

textarea, select, input {
    outline: none;
    resize: none;
}

.f_red {
    color: red;
}

table {
    border-collapse: collapse !important;
}

td {
    background: #fff;
    border: 1px solid #ccc;
}

.foot {
    margin-top: 20px;
}

.btn {
    width: 80px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

label {
    cursor: pointer;
}