 
#main {
	margin: 0 auto;
	width: 850px;
	height: 430px;
	padding: 0;
    float: center;
    position:relative;
} 
#content {
	margin: auto;
	width: 750px;
	height: 390px;
    float: center;
    position:relative;
    top: 8px;
    z-index: 1;     
}  
#contactus {
    margin: 0 auto;
    height: 360px;
    float: left;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 18px;
} 

#tdf{
    font: 14px "Arial", Arial, Tahoma, Times New Roman, Times;
    color: #DECB3C;
 }

.contact input {
    width: 200px;
    border: 1px solid #DECB3C;
}
.contact select { 
    width: 202px; 
    border: 1px solid #DECB3C;
}
.contact textarea {
    width: 450px; 
    height: 120px; 
    border: 1px solid #DECB3C;
}
.contact input.buttonSubmit {
    cursor: pointer; 
    width: 100px; 
    height: 26px; 
    font-weight: bold; 
    font-size: 14px;  
    color: #000; 
    background-color: #DECB3C;
    text-align: center; 
}
.contact input.buttonSubmit:hover { 
    background: #B943E0; 
}
