

#contact_container ul {
  list-style-type: none;
  list-style-image: none !important;
  list-style-position: inside;
  padding: 0;
  margin-left: 10px;
}

#contact_form fieldset {
  border: 0;
}
#contact_form label {
  float:left;
  margin:0 0 10px;
  width:104px; 
  text-align: top;
  color: #194576;
}
#contact_form input.text-input, 
#contact_form textarea, 
#contact_form select {
  display:block;
  margin-bottom: 10px;
  border: 1px solid #838486; 
}

#contact_form input.text-input, 
#contact_form textarea {
  width:400px;
  float: left;
}
#contact_form select {
  width:200px;
  float: left;
}

#contact_form .phone-fields {
  display:block;
  width:516px;
  margin: 0;
}
#contact_form .ext-label {
  color: #194576;
}
#contact_form .phone-fields input {
  border: 1px solid #838486; 
  margin: 0 0 10px 0;
}

#contact_form .phone-fields input.phone-input {
  width:230px;
}

#contact_form .phone-fields input.phone-ext-input {
  width:100px;
}

#contact_form textarea {
  height: 190px;
}

#form_buttons {
 display:block;
 margin:17px auto !important;
 width:150px;
 text-align: center;
}

#reset-button, 
#submit-button {
 background: #8A2888;
 color: #ffffff;
 padding: 0;
 border: 0;
 height: 21px;
 margin: 0 6px;
}

#contact_form #reset-button {
}

#contact_form #submit-button {
  width: 35px;
}

#contact_form #reset-button:hover, #contact_form #submit-button:hover {
  background: #5782ac;
}
#contact_container {
  width: 600px;
  min-height: 400px;
}

div.separated-head {
  margin: 25px 20px;
}

div.separated-bold {
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left:   20px;
}
div.separated {
  margin-bottom: 10px;
  margin-left:   20px;
}
div.separated a{
  color: #464646;
}
input.obf {
  display: none;
}
.error {
  background: #ffaaaa;
  border: 2px solid #550000;
}
.required {
  color:#ED1C24;
}

