#bidding_form_wrapper {
	margin: 0px;
	padding: 0px 0px 50px;
}
#bidding_form_wrapper .required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #FF9900;
	margin: 10px 0px 8px;
	padding: 0px;
}
#bidding_form_wrapper .registration_form {
	margin: 0px;
	padding: 0px;
}
#bidding_form_wrapper .registration_form fieldset {
	margin: 0px;
	padding: 15px 5px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E8F3D8;
}
#bidding_form_wrapper .registration_form label {
	display: block;
	float: left;
	width: 150px;
	padding-top: 4px;
}
#bidding_form_wrapper .registration_form .field {
	border: 1px solid #FFFFFF;
	width: 350px;
}
#bidding_form_wrapper .registration_form .postcode {
	border: 1px solid #FFFFFF;
	width: 100px;
}
#bidding_form_wrapper .sectionhd {
	text-transform: capitalize;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper #bidding_form_wrapper .edit {
	color: #FF6600;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper #bidding_form_wrapper .edit a,.edit a:active,.edit a:visited {
	text-decoration: none;
	color: #FF6600;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper #bidding_form_wrapper .edit a:hover {
	text-decoration: underline;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper #bidding_form_wrapper .edit a {
	text-decoration: none;
	color: #FF6600;
}
#bidding_form_wrapper .registration_form .telephone {

	border: 1px solid #FFFFFF;
	width: 130px;
}
#bidding_form_wrapper .registration_form .nextbtn {
	margin: 20px 0px 0px 450px;
	padding: 0px;
}

#bidding_form_wrapper .registration_form .nextbtn .stepbtn {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 200px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(../mainimages/mainbody/next_step_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 101px;
	height: 29px;
	max-width: 101px;
	max-height: 29px;
	margin: 0px;
	cursor: pointer;
}
#bidding_form_wrapper .registration_form .solicitoraddress {
	border: 1px solid #FFFFFF;
	width: 350px;
	height: 100px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper #bidding_form_wrapper .registration_form #lot {
	width: 70px;
}
#outer_wrapper #main_wrapper #mainbody_wrapper #column_left #content_wrapper #bidding_form_wrapper .registration_form #bid {
	width: 70px;
}
#bidding_form_wrapper .proceed {
	margin: 0px;
	padding: 0px;
}
#bidding_form_wrapper .proceed .proceed_btn {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 200px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(../mainimages/mainbody/proceed_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 101px;
	height: 29px;
	max-width: 101px;
	max-height: 29px;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
}
