.block {
	width:100%;
	text-align:left;
}
.element * {
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left; 
	width:75px;
	font-weight:700
}
.element input.text {
	float:left; 
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #00E066;
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	float:right; 
	background:url('https://www.mayfieldfurniture.co.uk/images/loading-gif-3.gif') no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	width:100%;
	display:none;
}
.normal_text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color: #000000;

}
.borderGrey {	

border: 1px solid #CCCCCC;

background-color:#FFFFFF;

}
.buttons {

    border: 1px solid #999999; /* BORDERS */

	background-color:#efefef;

	font-family: Arial, Helvetica, sans-serif;

	color:#666666;

	font-size:12px;

	height:25px;

}
.small_grey_header {

	font-family: Arial, Helvetica, sans-serif;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

	color:#999999;

	font-size:16px;

	}
.small_grey_text {

font-family: Arial, Helvetica, sans-serif;

font-size: 10px;

color: #999999;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	font-variant: normal;

	text-transform: none;

}