/* - - - - - - - - - - - - - - - - - - 
	Body Layout
   - - - - - - - - - - - - - - - - - - */
#body-container{margin-left:27px; margin-top:27px;}
#address{float:left; width:130px;}
#address a{text-decoration:underline;}

/* - - - - - - - - - - - - - - - - - - 
	form contact
   - - - - - - - - - - - - - - - - - - */
#form-container{margin-top:18px; margin-left:60px; float:left; width:240px;}
#form-container #contactus-header{background: URL('../images/ContactUs.Header.Background.jpg') no-repeat; width:540px; height:78px;}
#form-container #form-contact{border:1px solid #868686; height:390px; width:514px; margin-bottom:40px; padding:16px 0px 0px 24px;}
#form-container #form-contact label.long-text{width:80px; display:block; float:left;}
#form-container #form-contact label.short-text{width:50px; display:block; float:left; padding-left:6px;}

#form-container #form-contact input.long-text{width:390px;}
#form-container #form-contact input.medium-text{width:165px; float:left;}
#form-container #form-contact select.medium-text{width:165px; float:left;}
#form-container #form-contact textarea{width: 390px; height:76px;}

#form-container #form-contact input, #form-container #form-contact textarea, #form-container #form-contact select{background-color:#000000; color:#FFFFFF; border:1px solid #868686;}
#form-container #form-contact .img-button{padding:0px; background: URL('../images/Button.jpg') no-repeat; border:0 none; width:100px; height:23px; font-weight:bold; padding-bottom:2px; cursor:pointer;}
#form-container #form-contact .send{margin-left:267px;}
#form-container #form-contact .reset{margin-left:5px;}