.easysignup-form .easysignup-form-field {
    clear: both;
    margin-bottom: 10px;
}
.easysignup-form .easysignup-form-field label {
    float: left;
}
.easysignup-form .easysignup-form-field .required {
    color: #ff0000;
}
.easysignup-form .easysignup-form-field input {
    float: right;
}
.easysignup-form .easysignup-form-field .close {
    clear: both;
}
.easysignup-form .easysignup-form-field img.captcha {
    float: right;
}
.easysignup-form .easysignup-form-field input.captcha-text {
    clear: right;
}

#pageBody.easysignup p.message.error {
	border: 2px solid #cc3333;
	background-color: #ffcccc;
    margin: 0 0 16px 0;
    padding: 10px;
    border-radius: 5px;
   	position: relative;
    color: #000000;
}