/* @override http://www.redtree-devsite.com.php5-12.dfw1-1.websitetestlink.com/css/contact.css */

#ContactForm { width: 510px; background: url(../images/PageImages/ContactForm-Bg.jpg) no-repeat; padding: 75px 50px 50px 75px; height: 290px; }
#ContactForm form { }
#ContactForm input { width: 300px; height:20px ; margin: 3px; border: 1px dotted #c0c0c0; color: #797979; font-family: Gotham-Medium; padding: 2px; }
#ContactForm textarea { width: 500px; height:90px ; margin: 3px; border: 1px dotted #c0c0c0; color: #5e5e5e; font-family: Gotham; padding: 2px; }
#ContactForm p { margin: 10px 0 0; padding: 0; text-align: left; }
.focused { background-color: #fdfee4; }
