
#positioningdiv
{
    left: 5%;
    right: 5%;
    width: 600px;
    position: absolute;
    border: 1px solid violet;
}
.popupContent
{
	margin:10px;
}
.small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 22px;
}

input
{
    border: 1px solid #999999;
}

select
{
    border: 1px solid #999999;
}

input[src]
{
    border: 0px solid #999999;
}


.bg
{
    background-image: url("../images/topBg.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}
.error
{
    font-weight: bold;
    color: Red;
}

#loginTable
{
    border-left: 1px solid #C0C0FF;
    border-right: 1px solid #C0C0FF;
    border-bottom: 1px solid #C0C0FF;
}

.z1
{
    border-left: 2px solid #c0c0ff;
    border-bottom: 2px solid #c0c0ff;
}
.z2
{
    border-right: 2px solid #c0c0ff;
    border-bottom: 2px solid #c0c0ff;
}

.signinHdr
{
    border-bottom: 2px dotted #c0c0ff;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}
inHdr
{
    border-bottom: 2px dotted #c0c0ff;
    padding: 5px;
}
.btnLogin
{
    margin-top: 10px;
    margin-left: 20px;
    width: 90px;
    margin-bottom: 20px;
}
.fgPassText
{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 22px;
}
.fgPassButton
{
    margin-top:10px;
    margin-bottom:30px;
    }