/**************************************** CSS forms *****************************************/

p.booking-form {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	padding:5px 0;
	color:#ffffff;
	float:left;
	display:inline;
	width:252px;
	margin:0px;
	}

label {
	width:80px;
	float: left;
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#forename {
	height:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width:160px;
}

#surname {
	height:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width:160px;
}

#email {
	width:160px;
	height:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#type-of-event {
	width:160px;
	height:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#phone {
	width:160px;
	height:15px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#reservation-guests {
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

#comments {
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	width: 160px;
}

.formdropdown {
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}

p.right {
				float:right;
				display:inline;
				width:230px;
				margin:0px 0px 12px 20px;
			}


