
#contact_form {
  padding: 30px;
  padding-left: 320px;
  background: #181818;
}

input, textarea {
  border: 0px none;
  font-size: 1.2em;
}

textarea {
  width: 420px;
  font-family: Frutiger, Lucida, 'Lucida Grande', Verdana, sans-serif;
}

label {
  font-size: 0.9em;
  margin-right: 0.5em;
}

#contact {
  width: 220px;
  display: inline;
  padding: 10px;
  float: left;
  zoom: 1;
  position: relative;
  margin-left: -290px;
}

#contact input { display: block; }

#referral_other_field {
  display: block;
}

#contact #state_field, #contact #zip_field {
  display: inline;
  float: left;
  clear: none;
  margin-right: 10px;
}

#price_range_field { display: block; }
#price_range_field input { margin-left: 0.5em;}

#contact #zip_field {
  float: right;
}

#contact div {
  clear: left;
}

.text {
  background: #ccc;
  padding-left: 4px;
  padding-right: 4px;
}

fieldset {
  border: 0px none;
}

#vip_launch {
  margin: 1.5em 0;
  padding: 10px;
  padding-left: 2em;
}

#vip_launch #vip_interested {
  float: left;
  margin-left: -1.5em;
  margin-bottom: 2em;
}

button#submit {
/*  position: absolute;*/
  display: block;
  background: transparent url(/images/home/send_button.gif) 50% 50% no-repeat;
  border: 0px none;
  width: 96px;
  height: 50px;
  cursor: pointer;
}

button#submit * {
  display: none;
}

button#submit:hover {
  background-image: url(/images/home/send_button_hover.gif);
}

button#submit:active {
  background-image: url(/images/home/send_button_active.gif);
}

