
div.contact legend {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: -50px;
  padding: 0 0 5px 0;
      display: block;
    width: 100%;
      border: 0;
	  color: #ffffff;
    border-bottom: 0px solid #808080;
}
 
div.contact .form-horizontal .control-label {
  padding-right: 5px;
  text-align: left;  
}
div.form-horizontal .control-label {
  width: 30px;
  margin-right: -30px;
}
 
div.contact .form-horizontal .control-group {
  margin-bottom: 10px;
}
 
div.contact .form-horizontal .form-actions {
  padding-left: 0;
}
 
div.contact .form-actions {
  background: none;
  border-top: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
}

div.contact h3 {
  display: none;
}
input, textarea, .uneditable-input {
    margin-left: -80px;
}

fieldset {
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
    min-width: -webkit-min-content;
    border: 0px groove threedface;
}
.control-group input {
    height: 26px;
    min-height: 26px !important;
    line-height: 26px;
    width: 110%;
	
}
select, textarea{
    border-radius: 0;
    box-shadow: none;
    height: 26px;
    line-height: 26px;
    color: #808080;
	width: 110%;
	height: 200px;
	margin-top: 30px;
	border: 1px solid #ddd;
}
input[type="radio"], input[type="checkbox"] {
    margin: 1px 90px 0;
    margin-top: 5px;
    line-height: normal;
	width: 60px;
}
/*
label.contact_email_copy{
   
	width: 160px;
}
*/