﻿div.loginhelp
{
    text-align:center;
    background-image: url(images/loginhelp.png);
    background-position:center center;
    background-repeat: no-repeat;
    height:180px;
    }
body#loginbody
{
    /*
    background-image: url(images/login_background.png);
    background-position:left top;
    background-repeat:repeat-x;
    background-color:#3290D3;
    */
    background-image: url(images/login_background_large.png);
    background-position:left top;
    background-repeat:no-repeat;
    background-color:#005DA0;
    
    height: 100%;
    font-family:Segoe UI, Verdana, Arial;
}
#loginpanel 
{
    width: 500px;
    height: auto;  
    background-image: url(images/login_top.png);
    background-position:center top;
    background-repeat: no-repeat;
	background-color: #ffffff; 
    margin: 60px auto auto auto;
    border: solid 2px #1A4E70; 
    text-align:center;
    font-size:11pt;
}
#logincontrol
{
    margin: 20px auto 20px auto;
    text-align: center;
}
.logincontrollabel, .logincontrolinst
{
    vertical-align:middle;
    padding: 0.5em 0 0.5em 0;
}
.loginbuttonstyle
{
    margin:0px 10px 10px 0px;
    border: solid 1px #1A4E70;
    background-color: #C0C0C0;
}
.logintextboxstyle
{
    width:150px;
}
#loginbrandimage
{
    padding-bottom: 20px;
}
#lblVNumber
{
	color: #808080; /* #0D2B6B;*/
	font-size:9pt;
}
#loginwelcome
{
    padding: 10px;
    color: #005DA0; /*#0D2B6B;*/
    font-size:x-large;
    vertical-align:middle;
}
#logincredits
{
	color: #005DA0; /*#0D2B6B;*/
    padding: 10px;
}
#loginitfimage
{
    padding: 0px 20px 20px 20px;
}