div#quickform
{

}
  div#quickform ul#hpinttabs
  {
    height:19px;
    margin:0;
    position:relative;
    z-index:10;
  }
    div#quickform ul#hpinttabs:after 
        {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
    }

    div#quickform ul#hpinttabs li 
        { 
      /*border:1px solid #A51064; 
      border-width:1px 1px 0 1px;*/
      border:none;
      float:left; 
      list-style:none; 
      margin:0 5px 0 0;
      padding:0;
    }
        div#quickform ul#hpinttabs li a
                { 
          bottom:-1px;
          color:white;
          display:block;
          font-weight:bold;
          height:16px;
          padding:3px 0 0 0;
          position:absolute;
          text-align:center;
          width:114px; 
          z-index:10;
        }
        div#quickform ul#hpinttabs li a#tabtickets        { background:url('/images/tab_reservation_off.jpg'); /*left:3px;*/ }
        div#quickform ul#hpinttabs li a#tabtimetable    { background:url('/images/tab_horaire_off.jpg'); left:120px;}
        div#quickform ul#hpinttabs li a#tabhotels          { background:url('/images/tab_hotel_off.jpg'); left:241px;}
        div#quickform ul#hpinttabs li a#tabcars             { background:url('/images/tab_car_off.jpg'); left:363px}
        
        /*
        div#quickform ul#hpinttabs li a#tabtickets:hover      { background:url('/images/tab_reservation_on.jpg');}
        div#quickform ul#hpinttabs li a#tabtimetable:hover  { background:url('/images/tab_horaire_on.jpg');}
        div#quickform ul#hpinttabs li a#tabhotels:hover       { background:url('/images/tab_hotel_on.jpg');}
        div#quickform ul#hpinttabs li a#tabcars:hover           { background:url('/images/tab_car_on.jpg');}
        */
        
        div#quickform ul#hpinttabs li.sel a#tabtickets        { background:url('/images/tab_reservation_on.jpg');}
        div#quickform ul#hpinttabs li.sel a#tabtimetable    { background:url('/images/tab_horaire_on.jpg');}
        div#quickform ul#hpinttabs li.sel a#tabhotels          { background:url('/images/tab_hotel_on.jpg');}
        div#quickform ul#hpinttabs li.sel a#tabcars             { background:url('/images/tab_car_on.jpg');}
  
  div#quickform  form { height:243px } 
  div#quickform  form#frmauto { height:360px}
  
  div#quickform  form#frmtickets { background:url('/images/bck_reservation.jpg'); margin:0; }
  div#quickform  form#frmtimetable { background:url('/images/bck_horaire.jpg'); margin:0; display:none}
  div#quickform  form#frmhotels { background:url('/images/bck_hotel.jpg'); margin:0; display:none}
  div#quickform  form#frmauto  { background:url('/images/bck_car.jpg'); margin:0; display:none}
  
  div#quickform  form ul { margin:0 0 0 155px }
  
    div.important form div.buttons 
      {
      bottom:3px;
      height:25px;
      position:absolute;
      padding:0 0 0 25em;
    }
    
      div.important form div.buttons  input.search
          {
        /*background:url('/images/bouton-corporate-white.png');*/
        background:none;
        height:25px;
        position:relative;
        width:145px;
      }
        div.important form#frmtickets div.buttons  input.search { color:#F37022; }
        div.important form#frmtimetable div.buttons  input.search { color:#A51064; }
        div.important form#frmhotels div.buttons  input.search { color:#69A746; }
        div.important form#frmauto div.buttons  input.search { color:#0072BB; }
        
    body.europe div.important form#frmtickets input.moreoptions { background:none }
