/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
}

#frmContact #notification {
    padding-bottom:10px;
    font-size:11px;
    font-style:italic;
    display:block;
}

#frmContact input, #frmContact textarea, #frmContact select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 150px;
  border: 1px solid #000;
}

#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;
}


#newsletterinput input {
	position:absolute;
	overflow:hidden;
	background:none;
	border:none;
	}

#newsletterinput #a_email {
	bottom:9px;
	left:20px;
	}

#newsletterinput #newsletter_submit {
	bottom:0;
	right:5px;
	width:70px;
	height:15px;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	outline:none;
	}

#notification {
	font-weight:bold;
	color:#C00;
	}

/* END frmContact */