#listWrp {
  text-align: center;
  font-size: 12px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#listWrp > div {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}


#cTitle {
	clear: both;
	margin-left: 10px;
}

#cTitle h2 {
	font: 18px verdana;
	color: #94262c;
	font-weight: bold;
	margin-top: 20px;
}

#cCopy {
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
	font: 12px verdana;
}

/* {{{ @ REQUEST FORM */
#listWrp form {
  width: 500px;
  padding: 10px 0;
  background: #D6D6D6;
  border: 1px solid #94262C;
  text-align: left;
}

#listWrp div.formElement {
	width: 400px;
	margin: 5px auto 0px 0px;
	text-align: right;
}

#listWrp input {
	width: 200px !important;
}

#listWrp select#type,
#listWrp select#country,
#listWrp select#structure,#submit {
	width: 202px;
}

#listWrp input, #listWrp select, #listWrp textarea {
	border: 1px solid #d6d6d6;
}

#frmElmSubmit label.optional {
	display: none;
}

#listWrp .errors {
  margin: 5px 0;  
}

#listWrp .errors li {
  list-style: none;
  font-size: 11px;
  color: #E80000;
}
/* }}} */

#amenities {
	width: 200px;
	height: 100px;
}


p.hint {
	font: 16px verdana;
}



body div.miniSearchForm div.formElement {
  width: auto;
}
