#buttonCol .btn{
    background: none;
    color: #333;
    border: 1px solid #333;
    margin-top: 10px;
}

.rate-promotionName{
      color: #f00;
    font-weight: bold;
}

#buttonCol .btn:hover{
  background:#333;
  color:#fff;
}

.confirm-body, #contactBox, .confirm-head {
    padding: 20px;
}

#specialRequestBox{
      margin-top: 15px;
}

.btnbookquick {
        background: none;
    border: 1px solid #333;
    color: #333;
  transition: background-color 0.5s ease;
}

.btnbookquick:hover {
    background: #333333;
  color:#fff;
  transition: background-color 0.5s ease;
}
.btn:disabled {
    background: #a7a7a7;
}

#availableCalendarBtn{
	background: #e7e7e7;
    color: #333;
    font-weight: normal;
  transition: background-color 0.5s ease;
      display: none;
}

#availableCalendarBtn:hover{
	color:#fff;
  background: #333;
  transition: background-color 0.5s ease;
}
.summaryPanel {
    border-top: 2px solid #333333;
}
.bookBtn {
   background: none !important;
    color: #333;
    border: 1px solid #333;
    transition: background-color 0.5s ease;
}

.bookBtn:hover {
   background: #333 !important;
    color: #fff !important;
    transition: background-color 0.5s ease;
}


a, a:hover {
    color: #333;
  transition: background-color 0.5s ease;
}
.modalBox .closeModalBox {
    background-color: rgba(130, 130, 130, 0.84);
}
.ui-datepicker .ui-datepicker-header{
    background: #ccc;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #3E3E3E;
    background: #3E3E3E;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #00396B;
    background: #00396B;
}
.btn.focus, .btn:focus, .btn:hover{
	color:#fff;
}
.bkBox{
    background: #676767;
}
.copyAbove {
    border-radius: 3px;
    background-color: #333333;
  margin: 10px 0;
}
.booking-form-list {
      padding-bottom: 24px;
    border-bottom: 3px solid #333333;
}
.btn {
    background: #333333;
    margin: 15px 0;
      padding: 15px 50px;
}
.btn-default:hover {
    background: #333333;
}
.confirm-head {
    background: #D0D0D0;
}
.confirm-list {
    border: 1px solid #FBF8F8;
}

.propertyNameBox {
    background: #333;
}

.bgdate {
    background: #7d7d7d;
}
 #header {background: url(http://www.centrumcloud.com/booking/hotelImages/256/header.jpeg) no-repeat; background-size: 100%;}