.back_bt{ background-image:url(../images/button_left.png); height:42px; width:205px; background-color:transparent; border: none; cursor:pointer;  color:#FFF; font-size:12px; font-weight:bold; text-align: right; padding-right:25px; vertical-align:top;}

.back_bt:hover { background-image:url(../images/button_left_act.png); height:42px; width:205px; background-color:transparent; border: none; cursor:pointer;  color:#FFF; font-size:12px; font-weight:bold; text-align: right; padding-right:25px; vertical-align:top;}


.next_bt{ background-image:url(../images/button_droi.png); height:42px; width:205px; background-color:transparent; border: none; cursor:pointer;  color:#FFF; font-size:12px; font-weight:bold; text-align: left; padding-left:20px; vertical-align:top;}

.next_bt:hover { background-image:url(../images/button_droit_act.png); height:42px; width:205px; background-color:transparent; border: none; cursor:pointer; color:#FFF; font-size:12px; font-weight:bold; text-align: left; padding-left:20px; vertical-align:top;}

.bt_login{ background-image:url(../images/btn_btn.png); height:29px; width:106px; background-color:transparent; border: none; cursor:pointer; color:#FFF; font-size:13px; font-weight:bold; text-align: right; padding-right:70px; vertical-align:top;}

.bt_login:hover { background-image:url(../images/btn_hover.png); height:29px; width:106px; background-color:transparent; border: none; cursor:pointer;  color:#FFF; font-size:13px; font-weight:bold; text-align: right; padding-right:70px; vertical-align:top;}
.frm_input{

	height:19px;
	width:206px; 
	outline:none;
	border:none;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	border:solid 1px #bfc2c7;
}
#required{
	height:19px;
	width:206px; 
	outline:none;
	border:none;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	border:solid 1px #FF0000;
}
.textarea{
	width:206px;
	height:72px;
	outline:none;
	padding:3px;
	border:solid 1px #bfc2c7;
}
#requiredm{

	width:206px;
	height:72px;
	outline:none;
	padding:3px;
	border:solid 1px #FF0000;}