/* BEGIN frmContact */

#frmContact fieldset {
    border:0;
	margin-bottom:25px;
}

#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: 150px;
  border:1px solid #666;
  padding:2px 5px;
  width:300px;
}

#frmRegister input, #frmRegister textarea,#frmRegister select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-top: 5px;
  margin-left: 130px;
  border:1px solid #666;
  padding:2px 5px;
  width:200px;
}

#frmContact div.row, #frmRegister div.row{
  padding: 4px 10px 4px 0;
}

#frmContact label, #frmRegister label {
  position: absolute;
  margin-top: 5px;
}


#frmContact textarea {
    padding: 2px 5px;
    width:300px;
    height:140px;
 }

#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:#fff;
	}

#frmRegister #geslacht-m, #frmRegister #geslacht-v {
	width:auto;
	border:none;
	margin-right:5px;
	}

#frmRegister #geslacht-v {
	margin-left:10px;
	}

#frmRegister #geslacht {
	width:auto;
	padding-right:2px;
	}

#frmRegister ul.errors {
	list-style-type:none;
	list-style-position:outside;
	color:red;
	margin:5px 0;
	}
	


/* END frmContact */
