body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 100%;
	margin-bottom: 1px;
}

#bookingMod {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
#bookingMod h1 {
	font-size: 18px;
	font-weight: normal;
}
#bookingMod p {
	font-size: 12px;
	line-height: 1.35;
}

#bookingMod   #form1  #textfield    {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	width: 120px;
}
#bookingMod .forInfo {
	font-size: 10px;
}

#bookingMod   #form1  #textfield2    {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	width: 75px;
}
#bookingMod   #form1  #textfield3    {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	width: 75px;
}
#bookingMod   #form1  #textfield4    {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	width: 75px;
}
#bookingMod   #form1  #text1    {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	width: 85px;
}
#bookingMod   #form1  #text2    {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	width: 85px;
}
#bookingMod #form1 #select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 140px;
}
.italicBlue {
	font-style: italic;
	color: #005596;
}
