﻿* {
    margin: 0;
    padding: 0;
}

body {
    background: #f1f3f5;
    text-align: center;
    font-family: Raleway !important;
    font-size: 12px;
    color: #82848b;
}

a {
    color: #82848b;
    text-decoration: none;
}

.hdr {
    FONT-SIZE: 9pt;
    font-family: Raleway !important;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
}

.hidden {
    display: none;
    margin: 0;
    padding: 0;
}

#container {
    width: 760px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.loginBox {
    width: 461px;
    margin: 0 auto;
    text-align: left;
    background: url(../images/loginoxBg.gif) repeat-y;
    margin-top: 150px;
    position: relative;
}

    .loginBox h1 {
        width: 461px;
        height: 85px;
        background: url(../images/loginHeader.png) no-repeat;
    }

    .loginBox p {
        background: #FFFFFF;
        margin: 0 25px;
        padding: 0px 20px 0px 20px;
        clear: both;
    }

    .loginBox label {
        font-weight: bold;
        display: block;
        float: left;
        width: 150px;
        color: GrayText;
    }

        .loginBox label small {
            display: block;
        }

    .loginBox input {
        font-size: 12px;
        display: block;
        float: left;
        width: 200px;
        margin: 0;
    }

    .loginBox .btnBox {
        padding-left: 170px;
        padding-bottom: 0px;
        background-image: url(../images/loginInnerFooter.png);
        background-repeat: no-repeat;
        background-position: bottom left;
    }


    .loginBox ul {
        margin: 0;
        padding: 20px 25px 35px 195px;
        background: url(../images/loginFooter.gif) no-repeat bottom left;
    }

    .loginBox li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .loginBox li a {
            padding: 5px 0 0px 20px;
            margin: 0;
            display: block;
        }

            .loginBox li a:hover {
                background-position: 0 0;
            }

a.button1, a.round_button1 {
    display: block;
    background-repeat: no-repeat;
    color: #7A7D84;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    cursor: hand;
    min-width: 100px;
    width: auto !important;
    width: 100px;
    float: left;
    margin-right: 5px;
}


a.round_button1 {
    background: url(../images/button_left.gif) no-repeat 0 -29px;
    display: block;
}

    a.round_button1:hover {
        background-position: 0 0;
    }

    a.round_button1 .round_button2 {
        cursor: hand;
        margin: 0;
        margin-left: 10px;
        background: url(../images/button_right.gif) no-repeat right -29px;
        height: 29px;
        line-height: 28px;
        display: block;
        width: auto;
    }

    a.round_button1:hover .round_button2 {
        background-position: right 0;
    }

    a.round_button1 .round_button3 {
        text-align: center;
        vertical-align: middle;
        cursor: hand;
        height: 29px;
        line-height: 28px;
        margin-right: 10px;
        background: url(../images/button_bg_tile.gif) 0 -29px repeat-x;
        display: block;
        min-width: 80px;
        width: auto !important;
        width: 80px;
    }

    a.round_button1:hover .round_button3 {
        background-position: 0 0;
    }


.errorWrap {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

    .errorWrap p {
        height: 1%;
    }

.errMsg {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    font-family: Raleway !important;
    COLOR: #cf0202;
}

.succMsg {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    font-family: Raleway !important;
    COLOR: Green;
}

.btnLink {
    display: block;
    text-decoration: underline;
    color: #191919 !important;
    float: left;
    margin-top: 10px;
    text-align: left;
}