#email fieldset { width: 650px; padding: 0px 12px 12px 12px; height:380px; border-color:#CCCCCC; border-style:solid; border-width: 1px; margin: 0px 0px 20px 0px; } 
#email label { position: relative; width: 80px; display: block; margin: 10px 0px; } 
#email label input { position: absolute; left: 100%; top: 0px; width: 150px;}
#email label select { position: absolute; left: 100%; top: 0px; width: 155px; height:20px; } 
#email label textarea { position: absolute; left: 100%; top: 0px; width: 550px; height:180px; } 
#email input.submit { position: absolute; left: 100%; top: 170px; width: 100px; }
#email legend { color:#3d8146; font-size:14px; }
.submit { background-color: #3d8146; color: #FFFFFF; border-width: 1px; border-color: #000000; width: auto; height: 20px; font-size: 12px; }