﻿
#Main p 
{
    line-height: 1.4em;
    xborder: solid;
}

.Form 
{
    border: solid;
    width: 250px;
    float: left;
    margin: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid silver;
    font-size: 10pt;
    font-size: 13px;
    margin-bottom: 5px;
    
    position: relative;
}
.Form option 
{
    padding-right: 20px;
}
.Form br 
{
    display: none;
}
.Form .Label 
{
    width: 80px;
    float: left;
    font-weight: bold;
    font-size: 90%;
}
.Details 
{
    width: 45%;
    float: right;
    line-height: 1.5em;

    xborder: solid;
}
.BottomInfo 
{
    clear: both;
}
.Errors 
{
    float: left;
    clear: left;
    width: 270px;
    margin-left: 20px;
    font-weight: bold;
    xposition: relative;
    line-height: 1.3em;

    xborder: solid;
}
.Errors span 
{
    display: block;
}
.Result 
{
    border: 1px dotted gray;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: Green;
    background-color: #f7f7f7;
}
.Button 
{
    position: absolute;
    right: 30px;
    bottom: 60px;
}
