﻿body  
{
    background-color: #5A0000; 
    margin-top: 10px;
    font-family: Times New Roman, Times, serif; 
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #FFFFFF; }
a:active { text-decoration: none; color: #FFFFFF; }

.formLabel 
{
    font-size: 12px; 
    font-family: "Times New Roman", Times, serif;  
    color: #5A0000; 
    font-weight:bold; 
 }


.formBack 
{
    width:500px; 
    margin-left:auto; 
    margin-right:auto;
    text-align:left; 
    background-color:#efefef;
    border:Solid 3px Darkgrey;
    padding-left:20px;
 }

.formTitle  
{
    font-family: "Times New Roman", Times, serif; 
    color: #5A0000; 
    font-size: 22px;
    font-weight:bold; 
    
}

.item
{
    position:relative; 
    top:0px; 
    float:right; 
    width:72px;
    height:72px;
    border:Solid 3px Silver;
    margin-right:50px;
    padding-top:20px;
    padding-bottom:5px;
    background-color:Gainsboro;
}