/**
*    Tools: Login
**
*    Used on: -> Login box if user not authenticated
*
*    Skin: Default
*
*    @author  David Panzalović
*    @version 2.0
**/

/* =Login
----------------------------------------------- */
#header > .logreg {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    color: #000;
}

    #header > .logreg > div > a {
        background: url(../../../../images/arrow_down_login.png) no-repeat right;
    }

    #header > .logreg .selected > a {
        background: url(../../../../images/arrow_up_login.png) no-repeat right;
    }

    #header > .logreg form {
        font-size: 12px;
        font-weight: normal;
        text-align: left;
        background: url(../../../../images/bg_login.png) no-repeat top;
    }

    #header > .logreg .bottom {
        background: url(../../../../images/bg_login.png) no-repeat bottom;
    }

    #header > .logreg .aerror > div strong {
        font-size: 14px;
    }
