/**************************************** CSS forms *****************************************/

p {
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#FFFFFF;
	font-size:11px;
	}

.button 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #a61b31;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
	cursor:pointer;
	cursor:hand;
}

.link {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {
	width: 50px;
	float: left;
	display: inline;
}

#forename {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:130px;
}

#surname {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:200px;
}

#email {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width: 130px;
}

#phone {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#reservation-guests {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
}

#comments {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
	width: 250px;
}

.formdropdown {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3b3b3b;
}

