form{padding:0; margin:0;}
fieldset {
	padding: 10px;
	border: 1px solid #e4e3e3;
	float:left;
	margin: 10px 15px 10px 0;
}
legend {
	font-weight: bold;
	color: #606060;
	margin:0;
	padding:0;
}
.formfield {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px;
	width:340px;
}
label {
	float: left;
	width: 140px;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	text-align: right;
}
.control {
	float:left;
	padding:0;
	margin:0;
	width:180px;
	display:inline;
}
.formfield textarea, .formfield input, .formfield select{width:160px;}
.formfield input{width:155px;}
.formfield input.checkbox, .formfield .button{width:auto;}
.tick{background:url(images/form_tick.gif) top right no-repeat;}
.cross{background:url(images/form_cross.gif) top right no-repeat;}
.required label{background:url(images/form_required.gif) top right no-repeat;}
.requiredUK label{background:url(images/form_required_UK.gif) top right no-repeat;}
.nopadding{padding:0;}
.regform a.red{color:#000; font-weight:normal;}

.regform .formfield .btnSubmit, #comparebtn .compare, #usertools input.btnSend, .btnSearch{
	height:35px;
	border:none;
	padding:12px 10px 0 0;
	cursor:pointer;
	text-align:center;
	margin:0;
}
.regform .formfield .btnSubmit{
	background:url('../images/btn_register.jpg') no-repeat;
	width:179px;
}
#comparebtn .compare{
	background:url('../images/btn_compare.jpg') no-repeat;
	width:179px;
	float:right;
}
#usertools input.btnSend{
	background:url('../images/btn_send.gif') no-repeat;
	width:96px;
	margin:5px 8px 0 0;
}
.btnSearch{
	background:url('../images/btn_search.jpg') no-repeat;
	width:98px;
	height:33px;
	margin-right:10px;
	padding-top:5px;
}
#usertools input{margin:0 0 5px 0;}