/* Human check */
.hc{
 	width: 88px;
	height: 31px; 
	margin-left: 250px;
}

/* Step */
img.step{
	margin-top: 20px;
	margin-left: 180px
}

/* Required */
span.required{
	display: inline !important;
	color: #FF0000;
}

/* Forms */
fieldset{
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

fieldset h1{
	margin: 0px;
	font-size: 11pt;
}

fieldset label{
	display: block;
	position: relative;
	height: 30px;
	line-height: 20px;
}

fieldset label input, fieldset label select{
	display: block;
	position: absolute;
	left: 250px;
	top: 0px;
}

fieldset label.checkbox, .radio{
	width: 470px;
	padding-left: 30px;
}

fieldset label.checkbox input{
	left: 6px;
	top: 3px;
	width: 14px;
	height: 14px;
}

.radio input{
  	border: 1px solid #FFFFFF;
	left: -22px;
	top: 3px;
	width: 14px;
	height: 14px;
	z-index: 19;
}

fieldset label.textarea{
	height: 120px;
}

fieldset label.textarea textarea{
  	position: absolute;
  	left: 0px;
  	top: 20px;
  	width: 500px;
  	height: 70px;
}

/* Buttons */
input.button{
	border: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 109px;
	height: 21px;
}

.twoButtons{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 230px;
}

.twoButtons input{
	border: 0px;
	width: 109px;
	height: 21px;
}

/* Errors */
.errors{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.errors ul{
	display: block;
  	padding-left: 25px;
}

.errors li{
	list-style: decimal;
	color: #FF0000;
}