A:link {text-decoration:none;color:#C1C2C2;}
A:hover {text-decoration:none;color:#F59D68;}
A:visited {text-decoration:none;color:#9E9E9E;}

table {border:none;}

body {font-family: Verdana;
	color:white;
	font-size:10px;}

td {font-family: Verdana;
	padding:0px;
	color:white;
	font-size:9px;
	font-weight:bold;}

th {font-family: Verdana;}

img {border:none;}

.alignr {text-align:right;}

.alignl {text-align:left;}

.s8 {font-size:8px;}

.s9 {font-size:9px;}

.s10 {font-size:10px;}

.s11 {font-size:11px;}

.s12 {font-size:12px;}

.title_main {font-size: 14px;
	font-family:arial;
	}

.title_sub {font-size:11px;
	font-family:arial;}

.cruise_price {font-size: 11px;
	vertical-align:top;}

.cruise_cond {font-size: 9px;
	vertical-align:top;}

.isg {vertical-align:middle;
	text-align:right;
	font-size:8px;
	font-weight:bold;
	font-family:arial;
	text-transform:lowercase;
	color:white;
	}

.query_fm {height:18px;
	font-family:arial;
	font-size:10px;
	border:none;
	}
	

/* --------------------------

Contact form

-------------------------- */
#enquiry h2 { margin-bottom: 0; }

form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }
form.form li.button { margin-top: 15px; }

form.form em {color:#f00;}
form.form span.attention {color: #ff0000; font-weight: bold;}

form.form label {
	display: inline-block;
	width: 145px;
	vertical-align: top;
}

form.form input, form.form select, form.form textarea {
	width: 240px !important;
	padding: 3px;
	border: 1px solid #dadada;
	background: #e5e5e5;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

form.form select {
	padding: 0 !important;
	width: 257px !important;
}

form.form textarea { height: 100px; }

form.form input.postcode,
form.form input.cc { width: 50px; }
form.form input.ccexpiry { width: 30px; }
form.form textarea.comments { height: 80px !important; }

form.form input.disabled {
  background: #eae9e9;
  border: 2px solid #dcdcdc;
}

form.form label.error {
  float: none;
  display: block;
  color: #ff0000;
  font-size: 10px;
  line-height: 12px;
  margin-left: 145px;
  padding: 0 3px;
  width: auto;
}

form.form label.correct {
  background: url(../images/core/icon-form-valid.gif) 0 6px no-repeat !important;
  width: 10px;
  height: 22px;
  margin-left: 5px;
  vertical-align: top;
  display:-moz-inline-stack; /* to be removed */
  display:inline-block;
  /* NOTE: inline-block not in firefox 2 but will be in firefox 3.
  More info here: https://bugzilla.mozilla.org/show_bug.cgi?id=9458 */
}

form.form li.button input {
	width: 60px !important;
	border: 0;
	background: #FB0907;
	color: #fff;
	cursor: pointer;
	margin-left: 148px;
}

.form input.send { 
	border: 0; 
	display: inline-block; 
	padding: 5px; 
	text-align: center; 
	text-decoration: none; 
	margin: 0 10px 0 0; 
}

.form input.send:hover, 
.form input.send.sendhover { 
	background: #6ebddb; 
	color: #ffffff; 
	text-decoration: none;
}


form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}