#contactForm {
  margin: 15px 10px 15px 10px;
  padding: 0;
  -moz-border-radius: 5px;  
  -khtml-border-radius: 5px;  
  -webkit-border-radius: 5px;
  }

label {
  font-size: 11PX;
  color: #666;
  font-weight: bold;
  }

.passengerContainer {
  margin: 0;
  padding: 15px 15px 15px 30px;
  }

fieldset {
  border: none;
  border-bottom: 1px solid #333;
  margin: 0 0 15px 0;
  padding: 0;
  }

fieldset legend {
  padding: 0 0 0 13px;
  font-size: 12px;
  font-weight: bold;
  }

fieldset .item {
  margin-left: 0px;
  }

.fieldRow {
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 15px;
  }

.item label {
  float: left;
  margin-bottom: .3em;
  width: 30%;
  margin: 0;
  padding: 0 0 0 10px
  }

.item div.helpLabel label {
  float: left;
  margin-right: .3em;
  }

.item input,
.item select,
.resume,
.item textarea {
  font-family: Verdana, Geneva, sans-serif;
  border-width: 1px;
  font-size: 11px;
  padding: 1px;
  width: 250px;
  background: #EFEFEF;
  }

.item input {
  padding: 2px 1px;
  }


fieldset p {
  padding-left: 13px;
  }

fieldset span {
  font-size: .7em;
  }

fieldset .terms {
  color: #FFF;
  }

select.title {
  width: 55px;
  }

select.phone {
  width: 70px;
  }

.bookingButtons {
  text-align: left;
  margin: 0 0 0 140px;
  padding: 0;
  }

.bookingButtons .back {
  float: left;
  }

label.error {
  color: #cb0000;
  }
	
/*******************************************************/
/* Booking Form - Pop Up Window */
/*******************************************************/	

#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; 
	height: 100%;
	opacity: .80;
	z-index: 9999;
  }

.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }
	
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
  }

.popup p {
	padding: 5px 10px;
	margin: 5px 0;
  }

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
  }

*html .popup_block {
	position: absolute;
  }

#popup1 h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #0f75bc;
	margin: 0;
	padding: 10px 20px 0 20px;
  }
	
#popup1 h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #0f75bc;
	margin: 0;
	padding: 10px 20px 0 20px;
  }
	
#popup1 p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 5px 20px 10px 20px;
	text-align: justify;
  }
	
#popup1 a:link, #popup1 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0f75bc;
	font-weight: normal;
	text-decoration: none;
  }
	
#popup1 a:hover {
	color: #666;
  }
