.bookingForm{
	font-family: 'Lato-Regular';
	font-size:11pt;
	color:#7b7b7b;
}
.bookingForm .longInput{
	font-family: 'Lato-Regular';
	font-size:11pt;
	color:#7b7b7b;
	width:640px;
	height:30px;
	border:1px solid #999;
	background-color:white;
	padding-left:15px;
	border-radius:5px;
}
.bookingForm .shortInput{
	font-family: 'Lato-Regular';
	font-size:11pt;
	color:#7b7b7b;
	width:300px;
	height:30px;
	border:1px solid #999;
	background-color:white;
	padding-left:15px;
	border-radius:5px;
}
.checkList label{
	font-family: 'Lato-Regular';
	font-size:11pt;
	color:#7b7b7b;
	width:610px;
	height:30px;
	border:1px solid #999;
	background-color:white;
	padding-left:15px;
	display:inline-block;
	overflow:hidden;
	line-height:30px;
}

.bookingForm input[type='submit']{
	width:56px;
	height:28px;
	border:none;
	background-color:#434542;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:white;
	cursor:pointer;
}
.bookingForm input[type='submit']:hover{
	background-color:#CCC;
	color:black;	
}
