.minibooker{
	max-width:180px;
	margin:0 auto;
	text-align:center;
}
.minibooker form{
	font-size:100%;
}
.mbooker-guests{
	padding:0px !important;
}
.minibooker div{
	padding:5px 0;
	text-align:left;
}
.mbooker-adults,.mbooker-kids{
	display:inline-block;
	padding:0 1px;
}
#mbroom label,#mbroom p{
	font-size:75%;
}
#selectMarket,#selectProp,#selectAdults,#selectChildren{
	width:100%;
}
.mbooker-submit{
	text-align:center !important;
}
.mbooker-promoLinkMobile{display:none;}

/*FROM MBOOKER.CSS IN CQ*/
#ui-datepicker-div {
    background-color: #9A8B7A;
    overflow: auto;
    float: left;
    color: white;
    width: auto !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
.ui-datepicker {
    position: relative;
 /*   background: url('month-columns.png') center center repeat-y;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;

    margin: 15px 0 0;
}
.ui-datepicker .ui-datepicker-calendar {
    background: url('day-columns.png') left center repeat-x;
    margin: 0 auto;
    width: 176px;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-datepicker .ui-datepicker-calendar td span {
    color: #c2c2c2;
}
.ui-datepicker .ui-datepicker-calendar td a {
    color: white;
}
#ui-datepicker-div {
    font-family: Arial, Helvetica, sans-serif;
}
.ui-datepicker .ui-datepicker-group {
    position: relative;
    float: left;
    width: 193px;
    font-size: 11px;
}
.ui-datepicker .ui-datepicker-group-first {
    float: left;
    margin-right: 11px;
}
.ui-datepicker .ui-datepicker-group-last {
    margin-left: 11px;
}
.ui-datepicker .ui-datepicker-prev {
    background:url('calendar-icons.png') -16px -7px no-repeat;
    left: 0;
}
.ui-datepicker .ui-datepicker-next {
    background:url('calendar-icons.png') -10px 0 no-repeat;
    right: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    width:7px;
    height:6px;
}
#checkin:focus {
    outline: 0;
}
#checkout:focus {
    outline: 0;
}
#ui-datepicker-div{
    display:none;
    z-index: 20000 !important;
}
.ui-datepicker-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:10px;
}
.ui-datepicker-calendar {
    text-align: center !important;
    padding: 2px;
}
#ui-datepicker-div {
    padding: 25px 8px;
    width: auto !important;
}
.ui-datepicker {
    text-align: center;
}
.mbooker caption,
.mbooker th,
.mbooker td {
    padding: 2px !important;
    text-align: center !important;
}
/* CUSTOM SELECT BASIC CSS*/
.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
	color: #000;
	padding:0;
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}
.customSelectInner {
/* You can style the inner box too */
	background:url('dropdown_arrow_down.png') no-repeat right center;
	padding:5px;
}
.customSelect.customSelectOpen .customSelectInner{
/* Styles for when the select box is open */
	background:#fff url('dropdown_arrow_down.png') no-repeat right center;
}
.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}
.customSelect.customSelectDisabledOption {
/* Styles for when the selected item is a disabled one */
}
.customSelect.customSelectDisabled {
/* Styles for when the select box itself is disabled */
}
@media only screen and (max-width:768px){
	.mbooker-promoLink{display:none;}
	.mbooker-promoLinkMobile{display:block;}
}