.form ol {
	list-style: none;
	padding:0 !important;
	margin:0;
	margin:5px 0 0 0;
	clear:both;
}
.form input, .form textarea, .form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px;
	border:1px solid #CCCCCC;
	color:#163707;
	margin:4px 0 7px 0;
}
.form fieldset {
	border:0;
	margin:20px 0 0 0;
	background: url(../images/bg-form.jpg) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	width:435px;
}
.form li {
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	line-height:12px !important;
	padding:0 !important;
	margin:5px 0 0 10px !important;
	list-style:none !important;
	clear:both;
}
.bookButton { background: url(../images/button-book-tour.gif) no-repeat; }
button.bookButton { background-position: 0 0px; height: 45px; margin:0 }
a:hover button.bookButton { background: url(../images/button-book-tour.gif) 0 -45px no-repeat; }
.bookButtonRollover a, button
{
width: 100%;
padding: 0;
border: 0;
cursor: pointer;
display: block;
margin:20px 0 30px 120px !important;
display:block;
height:45px;
} 
.bookButtonRollover span
{
display:none;
} 
.emailButton { background: url(../images/button-send-email.gif) no-repeat; }
button.emailButton { background-position: 0 0px; height: 45px; margin:0 }
a:hover button.emailButton { background: url(../images/button-send-email.gif) 0 -45px no-repeat; }
.emailButtonRollover a, button
{
width: 100%;
padding: 0;
border: 0;
cursor: pointer;
display: block;
margin:20px 0 30px 120px !important;
display:block;
height:45px;
} 
.emailButtonRollover span
{
display:none;
}   
.form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#D3FF83;
	font-weight: bold;
	font-size:10px;
	float:left;
	margin:4px 0 0 0;
	padding:0;
	width: 110px;
}
.form label em {
	color: #FF0000;
	font-size:11px;
}
.required {
	border:1px solid #FF0000 !important;
}
.invalid {
	border:1px solid #FF0000 !important;
}
.form {
	margin:0;
	line-height:1.5em;
	font-size:11px !important;
}
.form p {
	font-size:11px !important;
	color: #000066;
	margin:10px 35px 10px 35px;
	line-height:15px !important;
}
.form legend {
	padding:0;
	margin:0;
	text-indent:-5000px;
	font-size:0.5em;
}
.radio-label {
	margin:0 0 10px 0 !important;
	padding:0;
	font-size:11px;
	float:left;
}
.form ul {
	list-style:square;
	padding:0;
	margin:5px 0 0 0px;
}
.form em {
	color:#C32222;
}
.disable {
  background-color: #FF7777;
  font-weight: bold;
  color: Black;
  padding:3px;
}
