/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
}

#frmContact #notification {
    padding-bottom:10px;
    font-size:11px;
    font-style:italic;
    display:block;
}

#frmContact input, textarea, select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 150px;
  border: 1px solid #666;
}

#frmContact div.row {
  padding: 4px 10px 4px 0;
}

#frmContact label {
  position: absolute;
  margin-top: 5px;
}

#frmContact .text {
    padding:2px 5px;
    border-color:#666;
    width:300px;
}

#frmContact textarea {
    padding: 2px 5px;
    width:300px;
    height:140px;
    border-color:#666;
}

#frmContact div.buttons {
  margin: 10px 0 0 150px;
  padding-bottom: 10px;
}

#frmContact div.buttons input {
  margin: 0 20px 0 0;
  width: 7em;
}

#frmContact #formSubmit {
	width:50px;
	height:25px;
	background:#6C9E8D;
	color:#fff;
	border:1px solid #666;
	cursor:pointer;
	}

/* END frmContact */
