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: 150px;
	vertical-align: top;
}
label.error { padding-left:155px; color:#f00; width:200px !important; font-size: 0.8em;}
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: 200px; }

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 li.button input {
	width: 60px !important;
	border: 0;
	background: #007dc6;
	color: #fff;
	cursor: pointer;
	margin-left: 155px;
}

.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: #9cc200; 
	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;
}
