#loginframe
{
position: absolute;
top: 0.5em;
bottom: 0; 
right: 1.5em;
width: 18em; /*Width of frame div*/
height: 7.5em;
padding: 0.5em;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: ltgray;
color: white;
}
#loginheader
{
width: 18em;
float: left;
text-align: left;
margin-bottom: 0.10em;
display: block;
color: yellow;
}
#loginlabel
{
width: 5em;
float: left;
text-align: right;
margin-right: 1em;
margin-top: 0.25em;
display: block;
}
#loginsubmit
{
width: 18em;
float: left;
text-align: left;
margin-right: 0.5em;
margin-top: 0.25em;
display: block;
}