﻿html
{
    width: 100%;
    height: 100%;
    
}
#bodyLogin
{
    background: url(../images/background_login_form.png) no-repeat;
    width: 515px;
    height: 321px;
}
.label
{
    color: white;
    font-weight: bold;
    font: bold bold 13px/1.0em Arial, Helvetica, sans-serif;
    padding-bottom: 16px;
}
        
#formLogin
{
    padding-left: 85px;
    padding-top: 39px;
}
.textBox
{
    width: 333px;
    background: url(../images/textbox.png) no-repeat;
    border: none;
    height: 42px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
}
a
{
    text-decoration: none;
}
#loginLogo
{
    background: url(../images/login_logo.png) no-repeat;
    width: 515px;
    height: 100px;
    margin-bottom: 20px;
}
body
{
    background-color: #FFFFFF;

        font-family: "Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
font-size: 0.8em;
    background-image: url(../images/login_bg_light.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.mainpage
{
    width: 600px;
    height: 500px;
    margin: auto;
    padding-top: 50px;
    padding-left: 200px;
    padding-right: 200px;
}
.loginButton
{
    width: 84px;
    height: 36px;
    border: none;
    background: transparent;
    background-color: transparent;
    background-image: url(../images/login_button.png);
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}
.checkBox
{
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
}