﻿.loginControl
{
    font-size:10pt;
    position:absolute;
    top:290px;
    left:10px;
    background-color:#e0e0e0; 
    width:190px; 
    border: solid 1px black;
}
.loginControl div
{
    background-color:#e0e0e0;
}
.loginControl .textBox
{
     width:150px; 
}
