/* @override http://hotel2.local.allocate.co.uk:3000/css/panel.css */

@import url(/css/calendar.css);

div#quick-book {
  border : 2px solid #888;
  background-color : #eee;
  padding : 5px;
  width : 240px;
  font-family: sans-serif;
  font-size : 12px;
}

div#calendar-help {
  height : 25px;
}

div#calendar-container-outer {
  overflow: auto;
}

div#calendar-help {
  text-align : center;
  padding : 5px;
}

div#offer-query h1 {
  font-size : 1.2em;
}

div#offer-query {
  margin-top : 5px;
  border : 2px solid #888;
  background-color : #eee;
  padding : 5px;
  width : 240px;
  font-family: sans-serif;
  font-size : 12px;
}

.room-select {
  width : 160px;
}

.blur {
  color : #bbb;
}

.error {
  background-color : #ffd0d2;
}
