﻿body
{
    background-image:url('bg,gif');
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#1372a4;
}

#container{
    width:430px;
    min-height:200px;
    margin:0px auto 0px auto;
    padding:85px 10px 0px 10px;
    background-color:black;
    background-image:url('banner.gif');
    background-repeat:no-repeat;
    border:solid 1px silver;
    color:white;
    font-family:Arial;
    font-size:12px;
    overflow:visible;
    }
    
.formline{
    width:430px;
    background-color:transparent;
    margin:2px 0px 2px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    text-align:center;
    font-weight:bolder;
    }

.formline #left{
    width:205px;
    height:25px;
    background-color:transparent;
    margin:2px 0px 2px 10px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    text-align:left;
    float:left;
    }    
    
.formline #right{
    width:205px;
    height:25px;
    background-color:transparent;
    margin:2px 10px 2px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
    text-align:right;
    float:left;
    } 
    
 a{
  color:white; 
  text-decoration:none; 
    }
    
 a:hover{
  color:white;
  text-decoration:underline;  
    }
    
img{
   border:solid white 2px;
   margin:10px 0px 10px 0px; 
    }
