
/* Contact form styles */
#contactForm {
width:450px;
margin:20px 0 20px 0px;
padding-bottom:0px;
font-size:12px;
color:#ccc;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  }

div.spacer {
  clear: both;
  }
  
.label {
color:#666666;
}
