#frmContact
{
   margin-top: 15px;
}

#frmContact label
{
   display: block;
   font-weight: bold;
   margin-top: 5px;
}

#frmContact input, #frmContact textarea
{
   width: 310px;
   padding: 3px;
   border: 1px solid #CCCCCC;
}

#frmContact textarea
{
   height: 50px !important;
}

#frmContact .spacer
{
   padding-top: 10px;
}

#frmContact .checkbox
{
   width:auto;
}

#frmContact .submit-button
{
   width: 150px !important;
}

label.error
{
   display: block;
   margin-top: 3px;
   font-weight: bold;
   color: red !important;
   margin-top: 1px !important;
}
