/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
	margin:0;
	padding:0;
}

#frmContact #notification {
    padding-bottom:10px;
    font-size:11px;
    font-style:italic;
    display:block;
}

#frmContact input, #frmContact textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 100px;
  padding:2px 5px;
  width:200px;
  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:200px;
}

#frmContact #Questions {
    padding: 2px 5px;
    width:200px;
    height:140px;
    border-color:#666;
	margin-left: 100px;
}

#frmContact div.buttons {
  margin: 10px 0 0 120px;
  padding-bottom: 10px;
}

#frmContact #submit {
	padding:0 10px;
	height:20px;
	width:auto;
	background:#1D1D1D;
	border:none;
	color:#fff;
	cursor:pointer;
	}

#frmContact #submit:hover { /* no ie6 sorry */
	background:#DD7207;
	}

#frmContact div.buttons input {
  margin: 0 20px 0 0;
  width: 7em;
}

.captcha {
	height:50px;
	}

.captcha label {
	clear:both;
	position:relative;
	width:320px;
	padding-top:1em;
	}

.errors {
	position:relative;
	overflow:hidden;
	color:#DD7207;
	font-style:italic;
	font-size:11px;
	}	

.errors span {
	float:left;
	display:block;
	margin-right:10px;
	}

.errors dt, .errors dd {
	float:left;
	margin-right:10px;
	padding-right:5px;
	} 

/* END frmContact */
