.form_tip{
    display: none;
    position: absolute;
    height: 40px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    z-index: 9999;
    background: #fff;
    box-shadow: 3px 3px 6px #bbb;
    padding: 0 20px;
}
.form_tip p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
.query-results{
    display: none;
}
.extTabs{
    margin-bottom: 30px;
}