.reserveFrame{
	left:50%;
	margin-left: -310px;
	top:50%;
	margin-top:-300px;
	position: fixed;
	background: #fff;
	display: none;
}
.reserveFrame.mobile{
	left:0px;
	margin-left: 0px;
	top:0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
}
.overlay{
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
}
.reserveFrameClose{
	background: #ce2125;
	width: 55px;
	height: 55px;
	border-left: 1px solid #b51512;
	cursor: pointer;
	z-index: 99999;
	position: fixed;
	left:50%;
	margin-left: 254px;
	top:50%;
	margin-top:-300px;
	display: none;
	font-family: 'Helvetica', 'Arial', sans-serif;
}
.reserveFrameClose.mobile{
	right: 0px;
	position: absolute;
	top:0px;
	margin-top: 0px;
	left:inherit;
	margin-left: 0px;
}
.reserveFrameClose img{
	margin-top:9px;
	margin-left:8px;
}
.reserveFrameClose img:active{
	margin-top:10px;
}
.reserveFrameCloseConfirm{
	background: #fff;
	padding: 20px 30px;
	z-index: 99999;
	position: fixed;
	top:50%;
	left:50%;
	width: 240px;
	margin-top:-60px;
	margin-left:-140px;
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px  rgba(0,0,0,0.4);

	display: none;
}
.reserveFrameCloseConfirm span{
	font-size: 18px;
	text-align: center;
	display: block;
	font-family: Sans-Serif;
	line-height: 30px;
	margin-bottom: 20px;
}
.reserveFrameCloseConfirm input[type="button"]{
	color:#fff;
	height: 40px;
	width:113px;
	border:none;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	float:left;
}
.reserveFrameCloseConfirm input[type="button"]:active{
	position:relative;
	top:1px;
}
.reserveFrameCloseConfirm .deny_reservation{
	background: #464646;
	margin-right:10px;
}

.reserveFrameCloseConfirm .resume_reservation{
	background: #43cd18;

}

.onlineBooking{
	font: 81.25%/1.385 Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	padding: 2px 7px 1px;
	font-size: 11px;
	font-weight: 700;
	border: #999 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	text-decoration: none;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5e5e5));
	background-image: -webkit-linear-gradient(top,#fff,#e5e5e5);
	background-image: -moz-linear-gradient(top,#fff,#e5e5e5);
	background-image: -o-linear-gradient(top,#fff,#e5e5e5);
	background-image: linear-gradient(to bottom,#fff,#e5e5e5);
	-webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
	box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
	color: #09659B;
}

.reserveBtn:hover{
	text-decoration: underline;
}
