#loginWindow {
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,0.35);
    text-align: center; }

    #loginWindow .wrap {
        width: 100%;
        float: left;
        padding: 25px;
        background: #fff; }

    #loginWindow form {
        width: 100%;
        float: left;
        margin-bottom: 15px; }

        #loginWindow form .text, #loginWindow form .submit {
            width: 100%;
            float: left;
            padding: 10px;
            margin: 10px 0 0;
            background: #fafafa;
            border: 1px solid #ddd;
            font: inherit;
            font-size: 13px; }

            #loginWindow form .text:focus {
                background: #fff;
                border-color: #c1c1c1; }

        #loginWindow form .submit {
            background: #fdab53;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }

            #loginWindow form .submit:hover { background: #d57a17; }

    #loginWindow .guest { margin-bottom: 15px; }

    #loginWindow .note {
        margin-bottom: 10px;
        color: #9a9a9a;
        font-size: 12px;
        font-style: italic; }

    #loginWindow .note, #loginWindow p { 
        max-width: 320px;
        margin-left: auto;
        margin-right: auto; }

    #loginWindow a { font-weight: bold; }

    #loginWindow button.continue { 
        background: none;
        border: 0;
        font: inherit;
        font-weight: bold;
        color: #bb8db4;
        text-decoration: underline;
        cursor: pointer; }

        #loginWindow button.continue:hover { color: #a5729d; }

    #loginWindow .foot {
        width: 100%;
        float: left;
        padding: 25px;
        background: #f5f5f5;
        border-top: 1px solid #ddd; }


    /*** REGISTER ***/
    #loginWindow #register { display: none; }





