/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
	margin:10px 0 25px 50px;
}

#frmContact #notification {
    padding-bottom:10px;
    font-size:11px;
    display:block;
	font-weight:bold;
}

#frmContact input,#frmContact textarea,#frmContact select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-left:130px;
  border:1px solid #999;
  background:#ccc;
  padding:2px 5px;
  width:250px;
}


#frmContact div.row, #frmRegister div.row{
  padding: 4px 10px 4px 0;
}

#frmContact div.bigrow, #frmRegister div.bigrow{
  padding: 60px 10px 4px 0;
}


#frmContact label, #frmRegister label {
  position: absolute;
  margin-top: 3px;
 }


#frmContact textarea {
    padding: 2px 5px;
    width:250px;
    height:140px;
 }
 
#frmContact input.half {
	width:120px;
	}

#frmContact div.buttons {
  margin: 10px 0 0 150px;
  padding-bottom: 10px;
}

#frmContact div.buttons input {
  margin: 0 20px 0 0;
  width: 7em;
}

#frmContact #formSubmit, #frmRegister #submit_btn, #popupcontent #submit_btn {
 cursor:pointer;
 background:#8DBC3F;
 border:1px solid #F1F1F1;
 width:50px;
 height:25px;
 font-weight:bold;
 color:#fff;
}

#frmRegister #submit_btn, #popupcontent #submit_btn {
	width:100px;
}

#popupcontent #submit_btn {
	margin-top:20px;
	}

#notification {
	color:#8DBC3F;
	}


/* newsletter */

#frmNews #a_email {
	float:left;
	width:100px;
 	height:23px;
	padding:5px 5px 0 5px;
	border:1px solid #ccc;
	}

#frmNews #formSubmit{
	float:left;
	margin:0 0 0 10px;
	padding:0;
	background:#8DBC3F;
	border:1px solid #ccc;
	width:50px;
 	height:30px;
 	font-weight:bold;
 	color:#fff;
	cursor:pointer;
	}



/* END frmContact */