/**
 * Swoppen Systems
 *
 * @copyright since 2000 - All rights reserved.
 */

#OR {
  width: 160px;
}

#OR form {
  margin: 0;
  padding: 0;
}

#OR .label_date_from {
  position:absolute;
  background:white;
  left:0px;
  top:0pt;
}

#OR .date_from {
  position:absolute;
  top:25px;
  width:82px;
  font-size:12px;
  padding:2px 29px 2px 3px;
  left:0px;
  height:16px;
  background:transparent url('../images/online-buchung_bg.png') no-repeat scroll left top;
  border:0px;
  cursor:pointer;
}

#OR .date_from.error {
  background:transparent url('../images/online-buchung_bg.png') no-repeat scroll left -44px;
}

#OR .label_date_to {
  background:white;
  position:absolute;
  top:50px;
  left:0px;
}

#OR .date_to {
  position:absolute;
  top:75px;
  width:82px;
  font-size:12px;
  padding:2px 29px 2px 3px;
  left:0px;
  height:16px;
  background:transparent url('../images/online-buchung_bg.png') no-repeat scroll left top;
  border:0px;
  cursor:pointer;
}

#OR .date_to.error {
  background:transparent url('../images/online-buchung_bg.png') no-repeat scroll left -44px;
}

#OR .label_room_quantity {
  background:white;
  position:absolute;
  left:56px;
  top:110px;
}

#OR .date_from:hover, #OR .date_to:hover {
  background:transparent url('../images/online-buchung_bg.png') no-repeat scroll left -22px;
}

#OR .button {
  float: none;
  width: 100%;
}

#OR select {
  height: 20px;
  position: relative;
  z-index: 20;
  cursor:pointer;
  padding: 0;
  border: 0px solid red;
  margin: 0 0 8px 0;
}

#OR .room-quantity {
  display: none;
  background-image:url("../images/bg_reservation.png");
  background-position:-115px 0;
  background-repeat:no-repeat;
  height:20px;
  left:50px;
  padding-left: 5px;
  overflow:hidden;
  position:absolute;
  top:0px;
  width:38px;
  z-index: 10;
}

#OR .room-quantity:hover {
  background-position: -115px -21px;
}

#OR .room-quantity:focus, #OR .room-quantity:active {
  background-position: -115px -42px;
}

* html body #OR span.room-quantity {
  display: none;
}

* html body #OR span.room-quantity:hover {
  display: none;
}

