.container-contact100 {
	background: none;		
}
.wrap-contact100 {
	position: relative;	
	overflow: visible		
}
.ReservationsPage {
	background-image: url(ImgObjects/background10.jpg);		
	background-position: center;
	background-size: cover;
    padding-top: 20px;	
}
.Logo {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.CloseBtn {
	width: 50px;
	height: 50px; 
	background-color: #fff;
	border-radius: 80px;
	color: #999;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top:-60px;
	right :0px;
}
.contact100-form-bgbtn {
    background: orange;
}
.SentMessage {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px; 
	right:0px;
	bottom:0px; 
	background-color: rgba(0,0,0,.5);
	text-align: center;	
	z-index: 1000000;
}
.SentMessage h3 {
		color: #fff;
		width: 300px;
		margin: 0 auto;
		margin-top: 100px;
		text-align: center;
}
.MessageError {
	color:  orange;
}
