﻿#divLogin {
    margin-left: 50px;
    margin-bottom: 50px;
    width: 95%;
}

    #divLogin h1 {
        font-family: Impact;
        color: White;
    }

    #divLogin h3, #divBuffalo h2 {
        color: White;
    }

#tblLogin {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    width: 500px;
    background-image: url('../Images/grey-fade-bg-long.png');
    margin-top: 20px;
    border: 1px solid white;
}

    #tblLogin .col1 {
        text-align: right;
        height: 30px;
    }

    #tblLogin .col2 {
        width: 60%;
        height: 40px;
    }

.textbox {
    margin-left: 10px;
    width: 200px;
    border: 1px solid white;
    height: 27px;
    border-radius: 5px;
}

.colm {
    text-align: center;
    color: white;
    font-family: Verdana;
    font-size: small;
    height: 60px;
}

.colerr {
    text-align: center;
    height: 30px;
}

.err {
    font-family: Verdana;
    font-size: small;
    color: #CC0000;
    font-weight: bold;
}

.impersonate {
    width: 475px;
    height: 190px;
    background-color: #2b2828;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid silver;
    border-radius: 25px;
}

#tblImpersonate {
    font-family: Verdana;
    font-size: small;
    width: 380px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}

    #tblImpersonate tr td {
        text-align: center;
        padding-left: 8px;
        padding-top: 5px;
    }

    #tblImpersonate .col1 {
        font-weight: bold;
    }

    #tblImpersonate .col2 {
        text-align: center;
    }

    #tblImpersonate .col3 {
    }

.ok, .cancel {
    color: #FFFF99;
    background-color: black;
    font-weight: bold;
    height: 35px;
    border: 1px solid silver;
    width: 120px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rbl {
    margin-left: 65px;
}
