.vrm-h1 {
  background: url('images/form_header.jpg') no-repeat left top;
  height: 177px;
  text-indent: -9999px;
  margin: 2em 0 1em;	
}

#vmr_form {
  font-family: arial;
  font-size: 12px;
  color: #5c4b30;
  text-align: center;
  display: block;
  width: 712px;
  text-align: left;
  margin: 0 auto;
}

#vmr_form input,
#vmr_form textarea {
  width: auto;	
}
#vmr_form td {
	font-size: 12px;
}

#vmr_form fieldset {
  padding: 1em;
  margin: 0 0 1em 0;
  border: 2px solid #67573e;
  background: url('images/fieldset_bg.gif') no-repeat left bottom;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#vmr_form legend {
  font-weight: bold;
  padding: 0 1em;
  text-transform: uppercase;
  font-size: 14px;
  background: #FFF;
}

#vmr_form fieldset table {
  width: 99%;
  border-collapse: collapse;
}

#vmr_form fieldset table td {
  padding: 0.7em 0;
}

#vmr_form fieldset table td.label { width: 15%; }

#vmr_form fieldset table td.field { width: 35%; }

#vmr_form fieldset table td.textarea { width: 49%; }

#vmr_form label,
#vmr_form .label {
  display: inline-block;
  font-weight: 600;
}

#vmr_form fieldset table td.textarea label { display: block; width: auto; margin-bottom: 0.3em; }


#vmr_form textarea,
#vmr_form .form-text {
  border: 2px solid #CCC;
  background: #fff;
  font-size: 14px;
  line-height: 1.8em;
  padding: 3px;
  font-family: arial;
  width: auto;
}

#vmr_form textarea {
  display: block;
  border: 2px solid #CCC;
}


#vmr_form .field-items,
#vmr_form .form-radios label {
  display: inline;
  width: auto;
  font-weight: normal;
}


#vmr_form label span.required {
  color: #FF0000;
}

#vmr_form .error {
  border: 2px solid #FF0000 !important;
}

#vmr_form .field-items.error {
  border: none !important;
  border-bottom: 2px solid #FF0000 !important;
}

#vmr_form .buttons {
  text-align: center;
}

.form-submit {
  background: #67573e;
  border: 12px solid #67573e;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  margin: 0 auto;
}
.form-reset {
  background: #EEE;
  border: 4px solid #EEE;
  text-transform: uppercase;
  cursor: pointer;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */


#vmr_form .fleft {
  float: left;
  width: 40%;
}

#vmr_form .fright {
  float: right;
  width: 40%;
}

#vmr_form .fleft label,
#vmr_form .fright label {
  width: 120px;
}

.error_list li {
	font-weight: bold;
	color: #67573e;
}
