#form h4 {
 font-weight: normal;
 font-size: 16px;
 padding-bottom: 12px;
 color: #444;
}

form#simpleContact .fld {
 border-bottom:1px solid #888;
 padding:2px 0 2px 4px;
 background-color:#f6f6f6;
 width:90%;
}
form#simpleContact textarea.fld {
 height:96px;
}
form#simpleContact .fld:hover {
 border-bottom:1px solid #9c6;
 background-color:beige;
}
form#simpleContact p {
 width:90%;
 line-height:19px;
}

form#simpleContact .caption {
 padding:8px 0 4px 0;
}
form#simpleContact .submitElement {
 text-align:right;
 padding:12px 48px 0 0;
}
form#simpleContact input.submit {
 padding:2px;
 text-transform:capitalize;
 color:#444;
 border-bottom:5px solid #888;
}
form#simpleContact input.submit:hover {
 border-bottom:5px solid #9c6;
 cursor:pointer;
}
#mogcms_contact {
 width:90%;
}

div#form blockquote {
  font-weight:bold;
  color:red;
  padding:4px 6px;
  border:1px solid #aaa;
  margin-bottom:12px;
  }
