body {
	background-color: #ffffff;
	font-family: sans-serif;
	margin: 2%;
	/*position: relative;
	 min-height: 100%;*/
}

#main {
	width: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#main div {
	margin-bottom: 10px;
}

#banner {
	float: left;
	width: 100%;
	max-width: 100%;
}

#banner img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

#book-online {
	float: left;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

#bookonline-img {
	margin: 0px !important;
	cursor: pointer;
}

#bookonline-img img {
	width: 100%;
	max-width: 100%;
}

#contact-form {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	display: none;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	border: 1px solid #afcd70;
	margin-bottom: 10px;
	border-radius: 5px;

}

select {

	display: block;
	margin: 0px;
	width: 100%;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	border: 1px solid #afcd70;
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 10px;
	border-radius: 2px;

	/*display: block;
	 padding: 2px;
	 margin-bottom: 3px;
	 color: #000000;
	 border: 1px solid #afcd70;
	 border-radius: 2px;
	 background: none repeat scroll 0 0 #FFFFFF;
	 max-width: 100%;
	 line-height: 40px; */
}

#text-area {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #afcd70;
	border-radius: 3px 3px 3px 3px;
	
	/*height: 35px;*/
	overflow: auto;
	width: 100%;
	max-width: 100%;
	padding: 0px;

	height: 70px;
	line-height: 40px;
	font-size: 17px;
	
}

#message2 {
	background-color: #a3d063;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	margin-top: 0px;
	padding: 6px 5px 0px 6px;
	text-align: center;
	height: 61.5%;
	border-radius: 10px;
	display: none;
	border: 1px dotted #FFFFFF; 
}

#message {
	z-index: 1;
	text-align: center;
	color: #D91414;
	font-size: small;
	margin-bottom: 0px !important;
	position: absolute;
	width: 100%;
	top: 450px;
	display: none;
}


#button {
	margin-top: 5px;
	width: 100%;
	max-width: 100%;
}

input.button_add {
	/*background-image: url(../img/cta.png); /* 16px x 16px */
	/*background-color: transparent; /* make the button transparent */
	/* background-repeat: no-repeat;  /* make the background image appear only once */
	background-position: 0px 0px; /* equivalent to 'top left' */
	border: none; /* assuming we don't want any borders */
	cursor: pointer; /* make the cursor like hovering over an <a> element */
	width: 100%;
	height: 35px; /* make this the size of your image */
	padding-top: 5px; /* make text start to the right of the image */
	vertical-align: middle; /* align the text vertically centered */
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #ffe64c;
	font-size: 17px;
	font-family: sans-serif;
	font-weight: bold;
	border-radius: 10px;
}

#services {
	display: none;
}

#coupon-img {

}

#coupon-img img {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

#bottom {
	display: none;
}
