/* SPIRIT BOX - CSS Document */

.ROOM_RESERVATION_BOX_TITLE{
  background-color: #e9e2d0;
  color: #333333;
  text-align:center;
  font-size:15px;
  padding:3px 0;
}

.ROOM_RESERVATION_BOX_TABLE{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image:url(/inc/vws/default/imgs/bg/bg_reservation.jpg);
  background-repeat:repeat-x;
  background-position:left top;
  /*background-image:url(/inc/vws/default/imgs/bestprice_logo.gif);
  background-position: right top;
  background-repeat: no-repeat;  */
  color: #3c2a3c;
  padding:3px;
}

table.ROOM_RESERVATION_BOX_MAINTABLE td, table.ROOM_RESERVATION_BOX_MAINTABLE div, table.ROOM_RESERVATION_BOX_MAINTABLE a {color:#FFFFFF !important;}

.ROOM_RESERVATION_BOX_MAINTABLE{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #3c2a3c;
  padding:3px;
}

#childplusinfo, #personselector{
  text-transform: capitalize;
}


.ROOM_RESERVATION_BOX_SUBMIT_BUTTON{
  font-weight: bold;
  background: url(/inc/vws/spirithotel/imgs/bg/button_reservation.png) top left  no-repeat;
  color: white;
  width: 160px;
  height: 35px;
  border: none;
  cursor:hand;cursor:pointer;
}

table.form th { font-weight:bold;}

table.form table.ReservationSummBox {
  border-collapse: collapse; border-bottom:none;
}
table.form table.ReservationSummBox td, table.form table.ReservationSummBox th {
  border: 1px solid #9c9895;
}
table.form table.ReservationSummBox tr:first-child th {
  border-top: 0;
}
table.form table.ReservationSummBox tr:last-child td {
  border-bottom: 0;
}
table.form table.ReservationSummBox tr td:first-child,
table.form table.ReservationSummBox tr th:first-child {
  border-left: 0;
}
table.form table.ReservationSummBox tr td:last-child,
table.form table.ReservationSummBox tr th:last-child {
  border-right: 0;
}



table.form table.ReservationSummBox td { width:50% !important;}

table.button input { padding:2px 5px; background:url(/inc/vws/spirithotel/imgs/bg/bg_summrow_input.gif) repeat-x center; border:1px solid #581b61; color:#FFFFFF;}


/* SPIRIT BOX - CSS Document */


