
#shortcutsDiv
{
    display: none;
}


/** To change the background to the login image **/
body
{
    background: url(images/sub_bg.png) repeat-x 0px -25px
}

#titleDiv
{
    left: 0px;
}

#content {
    margin-left: 0px;
}

#main
{
   border: none;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   
}

#lnkPwd 
{
    font-size: inherit;
}

#members LABEL
{
    color: Black;
    font-size: 12pt;
    text-transform: lowercase;
    margin-right: 8px;
}

.instructions {
    color:black;
    position: relative;
    width: 900px;
    margin: auto;    
    FONT-FAMILY: "DroidSansRegular", Helvetica, Arial, sans-serif; FONT-WEIGHT: normal; font-size: 14px;
}

#error
{
    position: relative;
    left: 340px;
}