/*---------------------------------------------   
    forms
----------------------------------------------*/

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;
	font-size: 1.2em;
}

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: 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: #f6881c;
	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: #012a5c; 
	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;
}