﻿div.lg_main {
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: center;
    margin: auto auto;
}

div.lg_win {
    width: 457px;
    height: 243px;
    margin: auto auto;
}

table.lg_main {
    background-image: url('Images/freeXreport_LoginScreen_small.jpg');
    width: 457px;
    height: 243px;
}

    table.lg_main td.td_left {
        background-image: url('Images/login_left.png');
        background-repeat: no-repeat;
        width: 120px
    }

    table.lg_main td.td_right {
        background-position: right;
        background-image: url('Images/login_right.png');
        background-repeat: no-repeat;
        width: 120px;
    }

    table.lg_main td.td_content {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-color: #C0C0C0;
        border-top-style: dashed;
        border-bottom-style: dashed;
        vertical-align: top;
    }

input.lg_text {
    /* background-image: url('Images/input_box_back.png'); */
    /* background-repeat: repeat-x; */
    border: 1px solid #B9B9B7;
    padding-top: 3px;
    padding-left: 3px;
    height: 16px;
}

input.lg_button {
    width: 82px;
    height: 20px;
    border: 1px solid #B9B9B7;
}

span.lg_lbl-greska {
    font-weight: 200;
    color: Red;
}
