﻿div.Page div.Surround 
{
    width:700px; 
    float:left; 
    
}

div.Page div.Surround .SectionHelp
{
    width:170px;
    margin-left:20px;
    float:left;
}

div.Page div.Surround .mainpanel
{
    width:510px;
    float:left;
}


div.Page div.Surround .clearence
{
    clear:both;
    height:5px;
}

div.Page div.Surround .dataentryText
{
    float:right; 
    width:200px; 
    margin-right:5px;
}

div.Page div.Surround .dataentryDrop
{
    float:right; 
    width:204px; 
    margin-right:5px;
}

div.Page div.Surround .buttons
{
    float:right; 
    margin-right:5px;
}

div.Page div.Surround .textlabels
{
    float:left;
}

div.Page div.Surround .errortext
{
    color:Red;
}

div.Page div.Surround .passwordbox
{
    float:right; 
    width:200px;
}

