#contactUsFormWrapper{
font-family:arial, sans-serif;
width: 515px;
}
#contactUsFormWrapper input[type="text"],
#contactUsFormWrapper textarea{
border: 2px solid #afbca6;
font-size: 1em;
padding: 5px;
margin: 0 0 5px 0;
font-weight:bold;
color:#fff;
background: #93a189;
}
#contactUsFormWrapper textarea{
width: 500px;
overflow: auto;
font-family:arial, sans-serif;
}
#contactUsFormWrapper .formLabel{
color:#1e4f80;
font-size: 1.1em;
margin: 10px 0 5px 0;
}
#contactUsFormWrapper .formRequired{
color:red;
}
#contactUsFormCompleteWrapper{
display: none;
background: #cfdbc3;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.formButton{
float:right;
width: 98px;
height: 25px;
text-indent: -9999em;
cursor:pointer;
margin-top:-10px;
border: 2px solid #c6d6e4;
background: url(/images/submitBg.gif) no-repeat 0 0;
}
.formButton:hover{
background-position: 0 -25px;
}
