/* Form Styles */
legend{
  color: #87A019;
  font-size: 12px;
  font-weight: bold;
}

fieldset{
  border:0;
  border-top:solid 3px #87A019;
}

fieldset br{ clear:both;float:none; }
fieldset p{ clear:both;float:none; }

label{
  width: 220px;
  float: left;
  clear: left;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
/*  line-height:18px;*/
  color:#656565;
}

textarea{
  margin-top:-20px;
  margin-left:160px;
  width:250px !important;
}

input{
  border: 1px solid #BECF74;
  margin-bottom:10px;
  padding-left:2px;
}

input.submit {
  margin-left:170px;
  margin-top:10px;
  border: 2px outset #d7b9c9;
}

select{
  margin-bottom:5px;
}

div.field_error{
  margin-left:160px; color:#c33;
}

div.auto_complete {
  position:absolute;
  min-width:300px;
  background-color:white;
  border: 1px solid #BECF74;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  margin:0px;
  padding:0px;
}
div.auto_complete li {
  display:block;
  margin:0px;
  padding:4px;
  whitespace:nowrap;
}
div.auto_complete li:hover {
  background-color: #BECF74;
}
li.selected { 
  background-color: #BECF74;
  color: #fff; 
}

div.office_selection_alternative {
  border: 1px solid #BECF74;
  padding: 3px;
  margin: 1em 5em;
  width: 32em;
}

div.office_selection_alternative li {
  list-style-type: none;
}

form.choose_renewal_form label, form.choose_renewal_form input.submit {
  float: left;
  clear: left;
}

form.choose_renewal_form input {
  float: left;
}




