#signupForm {
width:90%;
margin:auto;
}

#signupForm fieldset {

}

#signupForm fieldset legend {
margin:10px 0 15px 0;
}

#signupForm fieldset p {
clear:both;
padding:2px 0 2px 0;
}

#signupForm fieldset p label {
float:left;
width:25%;
text-align:right;
padding-right:2%;
padding-top:5px;
}

#signupForm fieldset p input {
border:1px solid #9f889b;
float:left;
width:63%;
height:20px;
}

#signupForm fieldset p input.error,  #signupForm fieldset p textarea.error{
background:#e7dbe5;
}

#signupForm fieldset p label.error {
float:left;
width:63%;
font-size:10px;
margin:0 0 20px 25%;
background:transparent url(../media/images/layout/error-form-label.png) no-repeat scroll right bottom;

}

#signupForm fieldset p textarea {
border:1px solid #9f889b;
float:left;
width:63%;
height:150px;
}

#signupForm fieldset p input.submit {
float:right;
width:81px;
height:24px;
background:transparent url(../media/images/layout/btn-envoyer.png) no-repeat scroll left top;
border:0 none;
cursor:pointer;
height:22px;
text-indent:-9999px;
margin-right:9%;
}
