﻿.ui-dialog, .ui-draggable .ui-dialog-titlebar,.ui-dialog-titlebar button.ui-button {
    background: #f4f4f4;
}
.ui-draggable .ui-dialog-titlebar,.ui-dialog-titlebar button.ui-button {
    border: none;
}
.ui-dialog-titlebar button.ui-button span.ui-icon {
    background: url("/Plugins/jquery-ui/css/Theme/images/ui-icons_087aa7_256x240.png");
    background-position: -96px -128px;
}
.btn-booking {
  height: 35px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 0px auto;
  background: #fff;
  border: 1px solid #7f7159;
  font-size: 0.65em;
  font-weight: bold;
  background-color: transparent;
  font-family: 'Whitney Condensed Book', sans-serif, Time New Roman;
}

    .btn-booking:hover {
        text-decoration: underline;
        cursor: pointer;
        background: #7f7159;
        color: #fff;
    }
