﻿.ContactButton {
width:171px;
height:33px;
background-image:url(../images/contact-us-button.jpg);
margin-left:13px;
margin-top:10px;
font-weight:bold;
font-size:14px;
text-align:center;
padding-top:12px;
letter-spacing:-1px;
color:#FF0000;

}


.ContactButton a  {
color:#FF0000;
}

.ContactButton a:hover  {
color:#918E8E;
}


.contactForm p {
padding:0px;
margin-top:5px;
margin-bottom:5px;

}

.contactForm input, select, textarea{
width:200px;
background-color:#FFFFFF;
color:#666666;
border:solid 1px #7F9DB9;
font-family:Helvetica,Arial,sans-serif;
font-size:11px;
}

.contactForm textarea {
width:250px;
height:100px;
}
