/* forms.css */
#contact-form ol {
list-style-type:none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none; }
  fieldset.important {
    background: #f2f2f2;
    padding: 5px;
    border: 1px solid #dbdbdb; }
    fieldset.important .legend {
      font-size: 1em;
      color: #808080;
      font-style: italic;
      margin-left: 140px; }
  fieldset em.help {
    font-size: 95%;
    float: left;
    clear: both;
    margin-left: 130px;
    margin-bottom: 1.8em;
    color: #666; }
    fieldset em.help.long {
      margin-left: 165px; }
    fieldset em.help.short {
      margin-left: 60px; }
    fieldset em.help.shortest {
      margin-left: 25px; }
  fieldset label {
    margin: 2px 0 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

h3.legend {
  margin: 0; }

input.text {
  margin: 0;
  border: 1px solid #bbb;
  width: auto;
  padding: 4px; }
  input.text:focus {
    border: 1px solid #666; }
input.title {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: auto;
  padding: 2px;
  font-size: 1.5em; }
  input.title:focus {
    border: 1px solid #666; }

textarea {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: 390px;
  height: 100px;
  padding: 2px; }
  textarea.description {
    height: 50px; }
  textarea:focus {
    border: 1px solid #666; }

.full-size {
  width: 590px; }

select {
  border: 1px solid #bbb;
  padding: 4px; 
  margin: 0;}
  select:focus {
    border: 1px solid #666; }

label {
  float: left;
  width: 130px;
  color: #666; }
  label.fluid {
    width: auto; }
  label.long {
    width: 165px; }
  label.short {
    width: 60px; }
  label.shortest {
    width: 25px; }
  label.checkbox {
    width: auto;
    float: none;
    margin-right: 0; }

.with_button {
  line-height: 2em; }

.field-wrap {
  width: 435px;
  float: left;
  margin-left: 130px; }

form li {
  margin-bottom: 10px;
  clear: both; }
  form li ul, form li ol {
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 10px; }
  form li li {
    clear: none;
    margin: 0 0 10px; }
form#reply, form#bid {
  clear: both;
  background: #DAEBF8;
  margin-top: 10px;
  padding: 10px; }
form li.tall {
  padding-bottom: 30px; }
form li.help {
  background: #daebf8;
  border: 1px solid #bcdefd;
  padding: 10px;
  color: #0e68bb;
  font-style: italic; }
form ul#widget_filters {
  width: 600px; }

#reply .positive {
  border: 1px solid #BCDEFD; }
  #reply .positive:hover {
    border: 1px solid #0E68BB; }

#reply .rich_text {
  width: 574px;
  height: 100px; }

#edit_open_house .rich_text, #new_open_house .rich_text {
  width: 590px; }

.rich_text {
  height: 100px; }

#search, .right-select {
  margin: 0;
  float: right;
  text-align: right;
  clear: right;
  vertical-align: bottom; }
  #search input,   .right-select input {
    margin: 0; }
    #search input.button,     .right-select input.button {
      padding: 1px 10px; }
    #search input.text,     .right-select input.text {
      width: auto;
      margin-right: 5px; }
  #search button,   .right-select button {
    margin: 0;
    padding: 0 10px; }
  #search label,   .right-select label {
    line-height: 1em;
    float: none;
    font-weight: normal;
    margin-right: 5px;
    padding-left: 10px; }

.right-select {
  width: 480px; }

div.auto_complete {
  width: 350px;
  background: #fff; }
  div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    div.auto_complete ul li {
      margin: 0;
      padding: 3px; }
      div.auto_complete ul li strong.highlight {
        color: #800;
        margin: 0;
        padding: 0; }
    div.auto_complete ul li.selected {
      background-color: #ffb; }

.invite_recipients {
  margin: 10px 0; }
