.ddfmwrap {
    overflow: hidden;
  margin-bottom:20px;
}

.ddfmwrap p {
  margin:5px 0;
}

p.fieldwrap {
float:left;
}

.ddfmwrap label {
  display:block;
}

.ddfmwrap label span {
  color:#528C9F;
  font-size:11px;
}

.ddfmwrap input,
.ddfmwrap textarea {
  font-family:'Lucida Grande', Arial, sans-serif;
  font-size:12px;
  color:#A8A9A5;
  height:18px;
  padding:6px 4px 2px 6px;
  border:none;
  background:transparent url(/wp-content/themes/default/i/bg-comment.png) repeat;
}

.ddfmwrap input {
  width:262px;
  margin: 0 5px; 
}

.ddfmwrap .ddfmerrors {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.ddfmwrap .errorlist {
  line-height: 24px;
  padding-left: 20px;
  color:#7995ab;
}

#fm_subject{
  width:544px;
  margin-left: 5px;
}

#fm_message{
  width:544px;
  margin-left: 5px;
}

.ddfmwrap textarea {
  width:320px;
  height:100px;
}

.ddfmwrap .submit {
    float:right;
}

.ddfmwrap .submit input {
  width:100px;
  width:140px;
  height:28px;
  color:#2EADCD;
  font-size:14px;
  padding:0;
  border:solid 1px #1E2025;
 
}