@charset "UTF-8";
	
	
.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
}
.contactFormsmallType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
}
.textField_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #232521;
	font-weight: normal;
	text-transform: none;
}
.select_multiple {
  font-family:Arial;
  height:43px;
}
.contactFormsmallTypered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	font-weight: normal;
	text-transform: none;
}
.example {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: none;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BCA66B;
	font-weight: normal;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
}
.legal a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BCA669;
	font-weight: normal;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	text-decoration: underline;
}
.legal a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	text-decoration: underline;
}
.legal a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BCA669;
	font-weight: normal;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	text-decoration: underline;
}
.legal a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BCA669;
	font-weight: normal;
	text-transform: none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	text-decoration: underline;
}
button {
  padding:0;
  margin:0;
  border:0;
  background-color:#363b34
}
#success {
  width:820px;
  margin:0 auto;
  background:#363b34;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  text-align:center;
  height:178px;
}

#ContactAddForm.contact #success {
  width:855px;
  background:#373934;
}

#success p {
  margin:0;
  padding:1em;
}

#success a {
  color:#BCA669;
}
#contactSubmit {
  bottom:30px;
  right:20px;
  float:right;
  position:relative;
}

	#contactSubmit a {
	  color:#9d9777;
	  font-size:1.1em;
	}
	
	#contactSubmit p, #contactSubmit button, #contactSubmit #loadingGif {
	  float:left;
	}
	
	#contactSubmit p {
	  padding-right:20px;
	}