@charset "utf-8";
/* CSS Document */

/*
* Contact Us
*/
#contactUs { width: 956px; margin: 20px auto; padding: 0px; overflow: hidden; font-family: Arial, Helvetica, sans-serif; text-align: left; margin-bottom: 20px; }
#contactUs .contact-details-title { background: url(../images/contact-details-title.png) no-repeat; width: 206px; height: 13px; border: 0; }
#contactUs .details .user-details { width: 465px; }
#contactUs .details .label { font-size: 14px; color: #666666; margin-bottom: 15px; }
#contactUs .details .user-input { background: url(../images/user-input-bg.jpg) no-repeat; width: 376px; height: 33px; border: 0;  margin-bottom: 20px; }
#contactUs .details .message-input { background: url(../images/message-input-bg.jpg) no-repeat; width: 462px; height: 180px; border: 0;  margin-bottom: 20px; }
#contactUs .details .submit-input { background: url(../images/send-user-details.jpg) no-repeat; width: 90px; height: 33px; border: 0;  margin-bottom: 20px; }
#contactUs .details .reset-input { border: none; background: none; font-size: 14px; font-weight: bold; color: #333333; margin-top: 10px; margin-right: 10px; }  

#contactUs .message { padding: 20px; font-size: 14px; color: #666666; text-align: center; }


