.small_textbox
{
    padding: 5px 10px;
    width: 82px;
    height: 20px;
}

.center
{
    text-align: center;
}

.instructions {
    padding: 35px 0 10px;
}

.login_panel {
    border: 1px solid #E9E9E9;
    padding: 20px;
}

/* POPUP STYLES START */
.popup .column_large {
    margin-left: 0;
}

.popup .main-wrapper {
    padding: 0 50px;
    width: auto;
}

html.popup, .popup body {
    min-width: 0;
}

.popup .errorPanel {
    padding: 0;
}

    .popup .errorPanel ul {
        padding-bottom: 0;
    }

/* POPUP STYLES END */



/* LOGGIN AREA START */
.textbox_mask .inputWrapper:after {
    display: none;
}


.textbox_mask input {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: medium none !important;
    color: inherit !important;
    height: 33px !important;
    outline: medium none !important;
    padding: 0 !important;
}
/* LOGGIN AREA END */

/* LOGIN USER START */
.box_line.login_user .list_item {
    margin: 0;
    min-height: 500px;
    padding: 0;
    position: relative;
}

.box_line.login_user .column_right {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 285px;
}

.box_line.login_user .column_right .login_panel {
    background-color: #EEEEEE;
}
/* LOGIN USER END */

/* ERROR LABEL START */
.error-label {
    display: block;
    color: #BD0000;
    margin: 10px 10px 10px 0;
}
/* ERROR LABEL END */