/* accordion */

#qt_popup_popup #qt-popup-accordion {
    line-height: 1em;
    font-size: 0.9em;
}

#qt_popup_popup .qt-popup-accordion-toggle {
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    cursor: pointer;
    margin: 10px 0;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    border-style: none;
    border-width: 0;
    border-radius: 0;
}

#qt_popup_popup .qt-popup-accordion-content {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    display: none;
        overflow: auto;
        clear:both;
}
#qt_popup_popup .qt-popup-accordion-content.default {display: block;}

#qt_popup_popup .qtpad5 {
    padding: 10px;
}

#qt_popup_popup #qtSignUp ,
#qt_popup_popup #qtSignRes ,
#qt_popup_popup #qtSignIn {
    padding: 0;
    margin: auto 0;
}

#qt_popup_popup #qtSignUp input ,
#qt_popup_popup #qtSignRes input ,
#qt_popup_popup #qtSignIn input {
    font-size: 12px;
    font-weight: 400;
    display: block;
    width: 99%;

    padding: 0;
    margin: 5px;

    height: 30px;
    line-height: 25px;
}
