body { 
    font-size : 10pt; 
    font-family : verdana; 
    background : #000000 url(../images/gradient.gif) repeat-x scroll 0 0; 
    text-align : left; 
} 

#container { 
    width : 864px; 
    margin : 0 auto;
    margin-top : 20px;
    margin-bottom : 20px;
    background : transparent url(../images/bg_container.png) repeat-y scroll 0 0; 
    text-align : left; 
} 

#content { 
    width : 765px; 
    position : relative; 
    margin : 20px; 
    margin-top : 0; 
    margin-bottom : 20px; 
    padding : 0 0 0 20px; 
    text-align : left; 
} 

#formContainer {
    border:0px solid #99b3b4;
    padding:0px;
    margin: 40px;
    width:100%;
}

.input {
    border: 1px solid #99b3b4;
    width: 200px;
    background: #e4ebeb;
    font: 11px arial, sans-serif;
    color:#443;
    padding:3px;
    margin-bottom:4px;
    margin-left:8px;
    outline:none;
    height:21px;
}
.submit-btn {
    width: 54px;
    height: 20px;
    background: #743 url(../images/submit.gif) no-repeat;
    outline: none;
}
.submit-btn:hover {
    background: #069 url(../images/submit.gif) no-repeat 0 -20px;
}