html, body {
	background:transparent !important;
	font-family: 'Arapey', serif;
	color:#000 !important;
}

h5 {
	color:#000 !important;
	font-family: 'Arapey', serif !important;
	padding-top:10px !important;
}

p {
	color:#000 !important;

}

a:link {
	color:#000;
	font-size:10px;
	text-decoration:none;
	}      /* unvisited link */
a:visited {
	color:#000;
	font-size:10px;
	text-decoration:none;
		}  /* visited link */
a:hover {font
	color:#000;
	font-size:10px;
	text-decoration:underline;
		}  /* mouse over link */
a:active {
	color:#000;
	font-size:10px;
	text-decoration:none;
		}  /* selected link */	
		
		
.wrapper {	
	max-width:600px; 
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align:center;
			}


#myform1 {
	margin-top:10px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	text-align:center;
	}
.field {
	border-radius:5px;
	display: inline-block !important;
	height:45px;
	margin-bottom:5px;

}

.textinput1, select { 
	margin-bottom:0 !important;
	border:0 !important;
}

.select {
	width:218px !important;
}

/*.specialRequirements {
	width:500px;
}*/

.dob{
	
	border-radius:5px;
	display: inline-block !important;
	margin-bottom:5px;

}

.dob select {
	border:1px #CCCCCC solid !important;
}

.dobfield {
	height: 30px;
}

.dobfield label {
	display:none !important;
	
}
.dobcolumn {
	display:inline-block;
	
}

#dobDay, #dobMonth, #dobYear, #booking_party_date_Day, #booking_party_date_Month, #booking_party_date_Year {
width:70px !important;
border:1px #999999 solid;
}

#booking_party_date_Hour, #booking_party_date_Minute {
width:107px !important;
border:1px #999999 solid;
}



.mymessagepara {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	max-width:520px; 
	}

.messageValid {
background:#0C6; /* Old browsers */

		}
		
		.areafield {
			/*width:520px;*/
			margin-left:auto;
			margin-right:auto;
			padding:20px;
			
		}
		
		.bookingarea {
			/*width:510px; */
		}





.error input, .error select {
	background:#ffd6d6 !important;
	}
.success input, .success select {
	background:#C6FFC2 !important;
}

#submit_button {
	width:200px;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	border:#000 solid 1px;
	color:#000;
}


	


.messageError {
	
	margin-top:10px;
	padding:5px;
	background:#FF655C;
	border:#F03 solid 1px;
	display:none;
	}

.labelvalid {
	
	display:block;
	color:#0C0 !important;
	display: block;
	text-align:left;

	}
	
label.error {
	display: block;
	font-size:10px;
	color:#F00;
	text-align:left;
	}
	
.doblabel, .partylabel, .timelabel {
	font-size:10px;
	color:#F00;
	text-align:left;
	}
	
#existing {
	margin-top:20px;
	padding:5px;
	font-size:16px;
	color:#FFF;
	display:none;
	text-align:center;
}


.colour_row {
background: #000000; 

	margin-top:10px;
	height:120px;
	margin:30px;
	padding-top:5px; 
	}
	
.colour_row p {
	font-size:12px;
color: #FFF !important;
	}
	
.whiteContainter {
	background: rgba(255,255,255,0.8);
	padding:10px;
	overflow: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

.colour_row1 h5 {
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
	padding:5px;
	color:#FFF;
	margin-bottom:15px;
	}




.colour_row2 h5 {	
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
	padding:5px;
	color:#FFF;
	margin-bottom:15px;
	}



.colour_row3 h5 {
	
	background: #c9de96; /* Old browsers */

background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #4c7f48 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#4c7f48)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#4c7f48 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#4c7f48 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#4c7f48 100%); /* IE10+ */

background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#4c7f48 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#4c7f48',GradientType=0 ); /* IE6-9 */


	padding:5px;
	color:#FFF;
	margin-bottom:15px;
	}
	


.validationError {
	background:#ffd9d9 !important;
	border:#C00 solid 1px !important;
	}

.validationErrorLabel {
	color:#ffd9d9 !important;
	border:#C00 solid 1px !important;
	}
	
.columns {
	
}



