  /*
  **  stylesheet definitions für parkhotel-seefeld.at - form styles
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi IT
  **  @author     tommy(at)profi(dot)it
  **  @since      07.11.2008 16:45:49
  */

  /*
  @import url('style-reset.css');
  @import url('style-typography.css');
  @import url('style-form.css');
  */

  /* the following two rules are only available during development */
  /*
  body.dev {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2em;
    background: #deb887 url('../img/bg-sample.png');
  }

    body.dev div.content-dummy {
      font-size: 1.2em;
      width: 400px;
      background-color: #fff;
      margin: 0 auto;
      padding: 2em;
    }
  */

  /* css definitions for live environment */

  form.complex {
    color: #606060;
    font-size: 12px;
  }

    /* the styles of this elements should be adapted to the style-typography settings of normal ul/li content elements */
    form.complex div.form-results {
      border-color: #f00;
      border-width: 0px 2px 2px 2px;
      border-style: solid;
      margin-bottom: 2em;
    }

      form.complex div.form-results h2 {
        background-color: #f00;
        color: #fff;
        font-weight: bold;
        padding: 0.5em;
        font-size: 1.2em;
        line-height: 1.5em;
      }

      form.complex div.form-results ul {
        margin: 0.5em;
        list-style: none;
      }

        form.complex div.form-results ul li {
          color: #f00;
          line-height: 1.5em;
          background: transparent url('../img/exclamation.png') left center no-repeat;
          padding: 0.5em 0 0.5em 2em;
        }

    /* common styles */
    form.complex input[type=text],
    form.complex input.text, /* this special class is needed for IE6 browsers because attribute selectors are only processed during page rendering */
    form.complex textarea {
      border: 1px solid #606060;
    }

    form.complex input[type=text],
    form.complex input.text, /* this special class is needed for IE6 browsers because attribute selectors are only processed during page rendering */
    form.complex input[type=reset],
    form.complex input[type=submit],
    form.complex select,
    form.complex textarea {
      /* font family needs to be specified */
      font: 1.1em Arial, Helvetica, sans-serif;
    }

    form.complex select#country,
    form.complex select#receiver_country,
    form.complex select#sender_country,
    form.complex select#countryPrefix {
      width: 245px;
    }

    form.complex textarea#notes {
      width: 247px;
    }

    form.complex input.align-center {
      text-align: center;
    }

    /*
      explicit reset of ol and li elements
      the !important rule is needed because standard content elements are margined/padded
    */
    form.complex ol,
    form.complex ol li {
      margin: 0 !important;
      padding: 0 !important;
    }

    /* this is the only way to define margin and padding in IE6 */
    form.complex ol {
      margin-bottom: 2em !important;
      padding-top: 0.4em !important;
      list-style-type: none !important;
    }

    /* new padding rule for field container elements */
    form.complex ol li {
      line-height: 150%;
      margin-left: 10%;
      padding: 2px 0 !important;
/*
      padding: 0.25em !important;
      clear: both;
*/
    }

    /* form container and fieldset style for 	erroneous fields */
    form.complex li.error,
    form.complex fieldset.error {
      background: transparent url('../img/exclamation.png') 98% center no-repeat;
    }

      form.complex li.error input.culprit {
        border: 1px solid #f00;
      }

    /* fieldset settings */
    form.complex fieldset {
      /* necessary, because radio/checkbox field containers are floated */
      clear: both;
      border: none;
      /*border-top: 1px solid #cecece;*/
      /* this isnt supported by IE6, moved it to ol definition
      margin-bottom: 2em;
      padding-top: 0.4em;
      */
    }

      form.complex fieldset legend {
        font-weight: bold;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 1em;
        color: #606060 !important;
      }

    /* settings for special elements */

    /*
      a fieldset can hold label/field combinations which are in reverse order, e.g. radio/checkbox fieldsets

      margin setting MUST be identical with normal fieldset labels
      the !important rule overrides the reset of ol elements
    */
    form.complex fieldset.label-after-field ol {
      float: left;
      width: 70%;
    }

      /* the reverse labeled fields must be labeld with a paragraph element which behaves like a legend */
      form.complex fieldset.label-after-field p.legend {
        float: left;
        width: 30%;
        line-height: 2.5em !important;
      }

      form.complex fieldset.label-after-field p.legend,
      form.complex fieldset p.long-legend {
        line-height: 1.5em;
        font-weight: bold;
        font-size: 1em;
        color: #606060 !important;
      }

      /* the field containers all gets floated and 2 field containers resists side by side */
      form.complex fieldset.label-after-field ol li {
        /*
        clear: none !important;
        float: left !important;
        width: 45% !important;
        */
        height: 25px;
      }

      /* common label settings */
      form.complex fieldset label {
        float: left;
        width: 30%;
        line-height: 1.5em;
      }

      /* labels can be marked with this class if used in a fieldset without a label */
      form.complex fieldset label.no-legend {
        font-weight: bold;
      }

      form.complex fieldset.label-after-field select,
      form.complex fieldset.label-after-field input {
        float: left;
      }

      form.complex fieldset.label-after-field select {
        margin-right: 5px;
      }

      /*
        no floating and auto width for radio/checkbox labels
        and field-pair labels
      */
      form.complex fieldset.label-after-field label,
      form.complex li.field-pair label {
        float: none;
        width: auto;
        vertical-align: middle;
      }

        /* a span with the class label-container wraps a label pair */
        form.complex li.field-pair span.label-container {
          float: left;
          width: 30%;
        }

    /* form help elements - rarely used yet */
    form.complex p.form-help {
      font-size: 0.9em;
      line-height: 1.5em;
    }

  /* this class can change later! */
  form.complex input.calendar-button {
    border: none;
    margin: 1px;
    padding: 1px;
    text-indent: -9999em;
    width: 16px;
    height: 16px;
    background: transparent url('../img/calendar_icon.png') center no-repeat;
  }

  /* just an experiment
  form.complex input.raise-button,
  form.complex input.lower-button {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999em;
    width: 16px;
    height: 16px;
  }

  form.complex input.raise-button {
    background-image: url('../img/ico-raise.png');
  }

  form.complex input.lower-button {
    background-image: url('../img/ico-lower.png');
  }
  */

    /* the form action buttons (submit/reset) */
    form.complex ul.form-actions {
      text-align: right;
    }

      form.complex ul.form-actions li {
        display: inline;
      }

  /* special settings for some input fields */
  input#countAdults,
  input#countChildren,
  input[id|=ageChild] {
    width: 2em;
  }
  
  .tx-srfreecap-pi2-image {
    margin: 0 !important;  
  }

  form#frmExpress label {
    width: 40% !important;
  }
  form#express_form.complex fieldset {
    color: #ffffff;
    font-size: 12px;
  }
    form#express_form.complex ol {
      float: left;
      padding: 0 0 0 10px !important;
    }
      form#express_form.complex ol li {
        float: left;
        clear: none;
        width: 124px;
      }
        form#express_form.complex ol li label {
          float: none;
        }
        form#express_form.complex ol li input#arrival,
        form#express_form.complex ol li input#departure {
          border: 1px solid #ffffff;
          font-size: 11px;
          color: #606060;
          margin: 0;
          padding: 0;
          height: 14px;
          width: 80px;
          position: relative;
          top: 1px;
        }
        form#express_form.complex ol li input#arrivalCalendar,
        form#express_form.complex ol li input#departureCalendar {
          margin: 0;
          padding: 0;
          position: relative;
          top: 4px;
        }
        form#express_form.complex ol li select#selRoomType {
          display: block;
          border: none;
          font-size: 11px;
          color: #606060;
          height: 17px;
          position: relative;
          top: 3px;
        }
    form#express_form.complex ul {
    
    }
      form#express_form.complex ul li {
        border-left: 1px solid #ffffff;
        padding-top: 18px;
        padding-bottom: 5px;
      }
        form#express_form.complex ul li input.submit {
          background: none;
          border: none;
          color: #ffffff;
          font-size: 12px;
          padding-top: 18px;
          cursor: pointer;
        }
  #theForm.complex input#firstname {
    width: 100px;
  }
  #theForm.complex input#lastname {
    width: 180px;
  }
  #theForm.complex input#street {
    width: 285px;
  }
  #theForm.complex input#zip {
    width: 50px;
  }
  #theForm.complex input#city {
    width: 230px;
  }
  #theForm.complex select#country {
    width: 288px;
  }
  #theForm.complex input#telephone {
    width: 140px;
  }
  #theForm.complex input#fax {
    width: 140px;
  }
  #theForm.complex input#email {
    width: 285px;
  }
  #theForm.complex textarea#notes {
    width: 285px;
  }
  #theForm.complex input#arrival {
    width: 70px;
  }
  #theForm.complex input#departure {
    width: 70px;
  }
  #theForm.complex ol {
    margin: 0 !important;
  }
  #theForm.complex ul.form-actions {
    padding-right: 140px;
    padding-top: 10px;
  }
  #gm form.complex {
  }
    #gm form.complex ol {
      margin: 0 !important;
    }
      #gm form.complex ol li {
        padding: 2px 0 10px 0 !important;
      }
        #gm form.complex ol li label {
        }
        #gm form.complex ol li input {
        }
        #gm form.complex ol li p {
          font-size: 12px;
        }
    #gm form.complex ul {
      padding: 0;
      text-align: right;
      width: 511px;
    }
      #gm form.complex ul li {
      }
        #gm form.complex ul li input {
        }
  #map {
  }
  #directions {
    color: #606060;
    font-size: 11px;
    width: 511px;
    padding: 5px 0 !important;
  }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
