﻿#divLoginMain
{
    height:525px;
    width:633px;
    margin-left:1px;
    background-image:url(../img/bg_528.jpg);
    background-repeat:repeat-x;
    overflow:hidden;
    border:solid 0px;
}
#divLogin
{
    margin-left:65px;
    margin-top:0px;
    display:inline;
    float:left;
    height:350px;
    width:440px;
    background-color:White;
    background-image:url(../img/loginMain.jpg);
    background-repeat:no-repeat;
    background-position:370px 0px;
    border:solid 0px;
    overflow:hidden;
    padding-left:0px;
}
#divLoginRight
{
    display:inline;
    float:left;
    margin-left:0px;
    margin-top:0px;
    height:350px;
    width:127px;
    background-image:url(../img/loginRight1.jpg);
    background-repeat:no-repeat;
    border:solid 0px;
}
#divLoginFoot
{
    clear:left;
    margin-left:65px;
    margin-top:0px;
    height:175px;
    width:567px;
    background-image:url(../img/loginFoot.jpg);
    background-repeat:no-repeat;
}
.loginHeader
{
    font-family:Verdana;
    margin-top:40px;
    font-size:16px;
    font-weight:bold;
    color:#17406B;
}
.loginLabel
{
    margin-top:2px;
    font-size:11px;
    font-weight:normal;
    color:#17406b;
}
.loginBtn
{
    border:solid 0px;
    width:103px;
    height:22px;
    background-image:url(../img/loginBtn.png);
    background-repeat:no-repeat;
}
.logoutBtn
{
    border:solid 0px;
    width:103px;
    height:22px;
    background-image:url(../img/logoutBtn.png);
    background-repeat:no-repeat;
}
.myPageBtn
{
    border:solid 0px;
    width:135px;
    height:22px;
    background-image:url(../img/myPageBtn.png);
    background-repeat:no-repeat;
}
.loginNewCustomer
{
    border:solid 0px;
    width:127px;
    height:22px;
    float:left;
    background-image:url(../img/btnwebbkund.png);
    background-repeat:no-repeat;
}
.loginPassword
{
    border:solid 0px;
    margin-left:10px;
    width:127px;
    height:22px;
    background-image:url(../img/btnpassword.png);
    background-repeat:no-repeat;
}
.loginDivider
{
    border-top:solid 1px #79acc8;
    margin-top:20px;
    width:290px;
}