
/* Contact US */
.ContactContainer { background-color: #fff; !display:inline-block; }
.ContactContainer p { padding:15px; /*color:#9C9C9C;*/ }
.ContactContainer p span { color:#666666; font-weight:bold;}
.ContactContainer p a, .ContactContainer p a:visited { color:#9C9C9C; }
.ContactContainer p a:hover { color:#666666; }
.contactForm { padding:20px 0px 20px 96px; background:url(../images/contact-bg.gif) repeat-x top; }
.contactForm label { float:left; color:#9C9C9C; line-height:18px; width:80px; font-weight:bold; margin-right:10px; text-align:right; }
.contactForm input, .contactForm select, .contactForm textarea { width:263px; height:18px; float:left; border:#E3E3E3 1px solid; }
.contactForm select {height:auto;}
.contactForm textarea { height:110px; overflow-y:auto; }
.contactForm input.FormButton { width:81px; background:url(../images/contact-button-bg.gif) no-repeat top; 
                                color:#fff; border:none; 
                                height:23px; font-weight:bold; cursor:pointer; margin-left:10px;}
.inputMargin { height:4px; line-height:4px; }
