
  /**
   *  stylesheet definitions for familienhotels.de - form styles
   *
   *  line endings: unix; encoding: utf-8; BOM: off; tabs: no; tab width: 2
   *
   *  @copyright  (c) Profi IT GmbH
   *  @author   tommy(at)profi(dot)it
   *  @since    23.08.2007 14:26:23
   */


  .content-wrap form ol {
    list-style-type: none;
    margin: 0;
  }

  form ol li {
    clear: both;
    margin: 0.5em 0;
  }

  /* for list items which contains the Control.SelectMultiple functionality */
  form ol li.with-multiple-select-list {
    position: relative;
  }

  form ol li label {
    float: left;
    width: 30%;
    cursor: pointer;
  }

  form label.required:after {
    content: "\0020*";
    font-size: 1.2em;
  }

  form label.inline {
    float: none;
  }

  form fieldset {
    border-top: 1px solid #cd3d3d;
  }

  form fieldset.no-border {
    border: none !important;
  }

  /* this definitions apply for checkbox lists etc. */
  form fieldset fieldset {
    border: none;
    margin-left: 30%;
  }

  form fieldset fieldset input {
    float: left;
  }

  form fieldset fieldset label {
    width: 90%; 
  }

  form fieldset legend {
    font-weight: bold;
    padding-right: 0.5em;
  }

  form fieldset.multiple-select-container {
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    z-index: 500;
    border: 1px solid #ce3d3d;
    background-color: #fffdee;
    margin-left: 30%;
  }

  form fieldset.multiple-select-container ol li.odd {
    background-color: #fffdee;
  }

  form fieldset.multiple-select-container ol li.even {
    background-color: #fffbda;
  }

  form input,
  form textarea,
  form select {
    /*border: 1px inset #ce3d3d;
    padding: 0.1em;*/
  }

    form select option.not-selectable {
      color: #cecece;
    }

  /*
  form li > input.text,
  form li > textarea,
  form li > select {
    width: 35%
  }
  */

  form p.form-help {
    margin-left: 30%;
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  form fieldset.form-error-list {
    border: none;
  }

  form fieldset.form-error-list legend,
  form fieldset.form-error-list h2 {
    padding: 0.2em 0.5em 0.2em 1.75em;
    background: url('/images/icons/exclamation.png') 0.1em center no-repeat;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
  }

  form fieldset.form-error-list ul {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  form fieldset.form-error-list ul li {
  }

  form li.form-error {
    background: url('/images/icons/exclamation.png') 27% 0.25em no-repeat;
  }

  form .form-error input, 
  form .form-error select, 
  form .form-error textarea {
    background-color: #ffbfbf;
  }

  /*
  form div.form-error {
    font-weight: bold;
    color: #c30;
    margin: 0.5em 0;
  }
  */

  /* form error messages within fieldsets get a cute little icon
  form fieldset div.form-error {
    background: url('/images/icons/exclamation.png') 0.1em center no-repeat;
    padding: 0.2em 0;
    padding-left: 1.75em;
  }
  */

  form ul.buttons {
    text-align: right;
  }

  form ul.buttons li {
    display: inline;
  }

  form ul.buttons .button {
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
  }

  form ul.buttons input.button {
    background-color: transparent;
    border: none;
  }

  form ul.buttons input.next,
  form ul.buttons a.next {
    background-image: url('/sf/sf_admin/images/next.png');
  }

  form ul.buttons input.prev,
  form ul.buttons a.prev {
    background-image: url('/sf/sf_admin/images/previous.png');
  }

  form ul.buttons .save {
    background-image: url('/sf/sf_admin/images/save.png');
  }

  form ul.buttons .add {
    background-image: url('/sf/sf_admin/images/add.png');
  }

  form ul.buttons .delete {
    background-image: url('/sf/sf_admin/images/delete.png');
  }

  form fieldset#preview-fieldset h2 {
    border-bottom: 1px solid #786b50;
  }

  /* foldable fieldsets */
  form fieldset.foldable {
    margin-bottom: 1em;
  }

  form fieldset.foldable legend {
    background-image: url('../../images/icons/expanded.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
  }

  form fieldset.foldable legend.collapsed {
    background-image: url('../../images/icons/collapsed.gif');
  }

  form dl.preview-confirm dt,
  form dl.preview-confirm dd {
    float: left;
    margin: 0.5em 0;
  }

  form dl.preview-confirm dt {
    clear: both;
    width: 30%;
    font-weight: bold;
  }

  form dl.preview-confirm dd {
    width: 70%;
  }

  form table.vcard-item tfoot td {
    background-color: #fffbda;
  }

  form#frmExpress {
  }

  form#frmExpress label {
    float: left;
    width: 40%;
  }

  form#frmExpress li {
    clear: both;
  }

  form#frmExpress input {
    width: 35%;
    margin-right: 1em;
    text-align: center;
    background: #f0f1f4;
  }

  form#frmExpress input[type=submit] {
    border: none;
    margin: 0;
    width: 100%;
    color: #918670;
    background: transparent url('../../images/frontend/menu-item-arrow.png') 3em center no-repeat;
  }

  form#frmFulltext {
    margin-left: 22px;
  }

  form#frmFulltext input[type=submit] {
    border: none;
    background: transparent;
    color: #786b50;
  }

  ul.checkbox-list,
  ul.picture-list {
    list-style-type: none;
  }

  ul.checkbox-list label {
    display: inline !important;
    float: none !important;
  }

  ul.picture-list li {
    background-color: #fff;
  }

	ul.form_actions
	{
	  list-style-type: none;
	  margin: 0em;
	  padding: 0em;
	}
	
	ul.form_actions li
	{
	  list-style-type: none;
	  display: inline;
	}

    form.complex .three-column-checkbox-list input {
      vertical-align: middle;
    }

    form.complex .three-column-checkbox-list label {
      float: none !important;
      width: auto !important;
      display: block;
      line-height: 1.5em;
    }

  form.complex li.field-pair label {
    float: none;
    width: auto;
  }
  form.complex li.field-pair span.label-container {
    float: left;
    width: 30%;
  }

  /* newsletter form */
  #frmNewsletterBox { margin-left: 22px; }
    #frmNewsletterBox .button { background: none; border: none; color: #786b50; }