/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
}

#frmContact #notification {
    padding-bottom:10px;
    font-size:11px;
    font-style:italic;
    display:block;
}

#frmContact input, textarea, select {
  margin-top: 5px;
}

#frmContact div.row {
  padding: 4px 10px 4px 0;
}

#frmContact label {

}

#frmContact .text {
    padding:5px;
    border:1px solid #e3e7e9;
    width:300px;
	background:#f8f8f8;
}

#frmContact textarea {
    padding: 5px;
    width:300px;
    height:140px;
    border-color:#e3e7e9;
	background:#f8f8f8;
	font-size:12px;
}

#frmContact div.buttons {
  margin: 10px 0 0 150px;
  padding-bottom: 10px;
}

#frmContact div.buttons input {
  margin: 0 20px 0 0;
  width: 7em;
}

#formSubmit { background:#069; color:#fff; padding:5px; font-weight:bold; font-size:1.2em; cursor:pointer; border:1px solid #b5cdd6; border-right:1px solid #00405a; border-bottom:1px solid #00405a; }

/* END frmContact */
