﻿form.rdcform { 
  width: 450px;
  font-size: 93%;
  font-style: normal;
  color: #111;
}
form.rdcform fieldset {
  margin-bottom: 20px;
  border: 1px solid #044466;
  border-bottom: none;
	background: url(rdcform-fieldset.gif) left bottom repeat-x;
}
form.rdcform fieldset legend { color: #044466; }
form.rdcform legend {
  padding: 0 2px;
  font-weight: bold;
  color: #111;
}
form.rdcform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  color: #111;
}
form.rdcform fieldset ol {
  margin: 0;
  padding: 0;
}
form.rdcform fieldset li {
  list-style: none;
	padding: 5px 10px 7px 10px;
  margin: 0;
	background: url(rdcform-divider.gif) left bottom repeat-x;
}
form.rdcform fieldset li.hfvis { visibility: hidden; display: none; }
form.rdcform fieldset fieldset {
  background: none;
  border: none;
  margin: 3px 0 0;
}
form.rdcform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.rdcform fieldset fieldset label {
  display: block;
  width: auto;
}
form.rdcform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.rdcform label {
  width: 120px; /* Width of labels */
}
form.rdcform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.rdcform input.check-box { width: 20px; color: #044466;  }
form.rdcform label.check-box { width: 250px;  }
form.rdcform input { width: 250px; color: #044466;  }
form.rdcform select { width: 250px; color: #044466;  }
form.rdcform textarea { width: 425px; color: #044466;  }
form.rdcform input[type=reset] { width: 75px; color: #111; }
form.rdcform input[type=submit] { width: 75px; color: #111; }
