
/* CSS Document */

*
{
    outline: none;
}
html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body
{
    background-color: #f0f1f4;
    font-family: arial;
    font-size: 9pt;
}
.logindiv
{
    background: url(../images/loginBase.jpg) no-repeat top left;
    margin: 100px auto;
    display: block;
    width: 625px;
    height: 430px;
    border: solid 1px #f0f1f4;
    color: #595858;
    font-size: 17px;
}
.mainlogindiv
{
    margin: 90px 120px 0px 60px;
    height: 200px;
}
.logintitle
{
    font-size: 18px;
    font-family: Helvetica, Arial, Calibri, Verdana;
    margin: 23px 60px 0px 80px;
    color: #666666;
}
.loginfooter
{
    margin-top: 30px;
    font-size: 9pt;
    text-align: left;
    margin-left: 50px;
}
.loginleft
{
    float: left;
    width: 100px;
    line-height: 35px;
    text-align: right;
    margin-right: 15px;
    margin-bottom: 6px;
}
.loginright
{
    float: left;
    vertical-align: middle;
    position:relative;
    display:block;
}
.loginbox
{
    background: none;
    border: solid 1px #cdcdcd;
    background: url(../images/textboxbase.jpg) repeat-x top #f8f8f8;
    padding: 6px;
    width: 200px;
}
.loginbox:hover
{
    border: solid 1px #aaaaaa;
}
.loginbox:focus
{
    border: solid 1px #666666;
}
.logindiv input[type="button"], .logindiv input[type="submit"], .logindiv input[type="image"]
{
    background: url(../images/btnLogin.png) no-repeat left top;
    height: 48px;
    width: 142px;
    border: none;
    outline: none;
    cursor: pointer;
    position:absolute; top:0px; left:-6px;
}
.logindiv input[type="button"]:hover, .logindiv input[type="submit"]:hover, .logindiv input[type="image"]:hover
{
    background-position: 0px -47px;
}
.cleardiv
{
    clear: both;
    height: 0px;
}
.alertdiv
{
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
    padding: 5px;
    border: solid 1px #eeaf29;
    background-color: #fcedcc;
}
.alertlbl
{
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
    padding: 5px;
}
.alertSummary
{
    color: #ff0000;
    font-size: 13px;
    font-weight:bold;
}
.alertSummary ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.alertSummary ul li
{
    padding-left: 5px;
    margin: 0px;
    line-height:150%;
}

.height5px {height:10px; display:block; clear:both;}