﻿#loginHolder
{
    display: block;
    text-align: center;
}

#login
{
    display: block;
    width: 400px;
    height: 250px;
    margin: 10px auto;
}

#login .captionBox
{
    display: block;
    width: 398px;
    height: 27px;
    background: transparent url(../Images/lines_right.png) no-repeat right -34px;
    margin-left: 1px;
}

#login .captionBoxL
{
    display: block;
    width: 380px;
    height: 27px;
    background: transparent url(../Images/lines_left.png) no-repeat left -34px;
}

#login .captionBoxL .wrap
{
    display: block;
    width: 300px;
    padding: 5px 20px;
    line-height: 17px;
    text-align: left;
}

#login .mainBox
{
    display: block;
    width: 400px;
    height: 195px;
    background: transparent url(../Images/kbs_04.png) repeat-y right top;
}

#login .mainBoxL
{
    display: block;
    width: 380px;
    height: 195px;
    background: transparent url(../Images/kbs_03.png) repeat-y;
    color: Black;
}

#login .mainBox .subline
{
    font-size: 8pt;
    color: #d66808;
    text-align: center;
}

#login .mainBoxL .wrap
{
    display: block;
    padding: 7px 15px;
    text-align: left;
}

#login .bottomBox
{
    display: block;
    width: 400px;
    height: 28px;
    background: transparent url(../Images/kbs_07.png) no-repeat right top;
}

#login .bottomBoxL
{
    display: block;
    width: 380px;
    height: 28px;
    background: transparent url(../Images/kbs_06.png) no-repeat;
}

#login .loginError
{
    display: block;
    line-height: 30px;
    color: Red;
}

#login .buttonHolder
{
    display: block;
    width: 140px;
    margin-left: 190px;
}