﻿body{
    background-color:#E5E5E5;
}

#container{
    width:430px;
    min-height:200px;
    margin:0px auto 0px auto;
    padding:85px 10px 0px 10px;
    background-color:white;
    background-image:url('banner.gif');
    background-repeat:no-repeat;
    border:solid 1px silver;
    color:#555555;
    font-family:Arial;
    font-size:12px;
    overflow:hidden;
    }
    
.formline{
    width:430px;
    min-height:10px;
    background-color:transparent;
    margin:2px 0px 2px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    text-align:center;
    }
    
.formline .label
{
    width:190px;
    background-color:transparent;
    margin:0px 5px 0px 0px;
    padding:4px 0px 0px 0px;
    float:left;
    overflow:hidden;
    text-align:center; 
    color:#F14200;
    font-weight:bold;
    text-align:right;  
    }
    
.formline .control
{
    width:220px;
    background-color:transparent;
    margin:0px 0px 0px 15px;
    padding:0px 0px 0px 0px;
    float:left;   
    overflow:hidden;
    text-align:left;      
    }
    
    
 
.button
{
    background-image:url('../images/submitBack.gif');
    width:76px;
    height:22px;
    border:none;    
    text-align:left;
    font-size:10px;
    color:White;
    }
