﻿.loginctrlheader
{
    background-image: url(../images/Conect1.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 33px;
    width: 100%;
}
.loginctrlbody
{
    background-image: url(../images/controlsBG.jpg);
    background-repeat: repeat-y;
    background-position: top;
    height: 100%;
    width: 100%;
}

.loginctrlfooter
{
    background-image: url(../images/loginfooter.jpg);
    background-repeat: no-repeat;
    background-position: top;
    height: 10px;
    width: 100%;
}
.loginlabels
{
    color: Black;
    font-family: Arial;
    font-size: 12px;
}

.loginfilds
{
    color: Black;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #bdbcbc;
    direction: ltr;
    background-image: url(../images/fieldsbg.jpg);
    width: 100%;
}

