#errorname, #erroremail{
	position:absolute;
	right:100%;
	text-align:right;
	color:#FDEE8F;
	font-weight:bold;
	padding-right:3px;
}
.background-area {
  box-sizing: content-box;
  margin-top: -14px;
  padding: 4px;
  width: 205px;
}
.background-area .cols {
    width: 50%;
	float: left;
}
.background-area .cols30 {
    width: 30%;
	float: left;
}
.background-area .cols70 {
    width: 70%;
	float: left;
}
.background-area h3, .background-area label {
    color: #FFFFFF;
}
.background-area h3 {
    font-size: 1.1em;
}
.background-area label { 
    font-weight: normal;
}
.formtop {
    overflow-x: hidden;
}
.form-steps {
    width: 2000px;
	position: relative;
}
.form-steps>div {
    width: 240px;
	float: left;
}
.step4 #txtMessage {
    height: 90px;
}