#contactUsFormWrapper{
margin-left: -5px;
height: 500px;
}

#contactUs .formRow {
width: 266px;
float: left;
margin-left: 25px;
}

#contactUs input{
width: 246px;
height: 44px;
padding: 0 10px 0;
margin-bottom:3px;
background: url(/images/inputBg.png) no-repeat;
border: 0px;
color: #fff;
}

#contactUs textarea{
padding: 10px;
width: 536px;
height: 172px;
overflow: auto;
margin-top:5px;
border: 0px;
background: url(/images/textareaBg.png) no-repeat;
color: #fff;
}

.formLabel{
color:#fff !important;
margin-top:20px;
}


.formButton{
position: relative;
top: 210px;
float: right;
z-index: 10;
background: url(/images/submit.png);
border: none;
width: 172px;
height: 42px;
text-indent: -999em;
cursor: pointer;
}
.formButton:hover{
background-position: 0 -42px;
}

#contactUsFormCompleteWrapper{
width: 590px;
margin-left: 55px;
line-height: 1.6;
display: none;
}
