fieldset{
	border:none;
	margin:0px;
	padding:0px;
}
legend, .reqtxt, .emailreqtxt{
	display : none;
}




.cf-fs1 ol li{
list-style-type: none;
}
.cform ol,.cform ol li{
	padding:3px 0px 3px 0px;
	margin:0px;
	vertical-align:top;
}


.cform label {
	width:105px; 
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
	text-align:left;
}
.cform label span {
	width:105px; /* must be the same as above!*/
	display:block;
	background-color:white;
	
}
.cform input, .cform textarea{
	width:425px;
	border:2px solid #E0E0E0;

}

#cforms_captcha{
	width:100px;
	margin-right:20px;
	position:relative;
	bottom:11px;
}
#cforms_captcha2{
	width:100px;
	margin-right:20px;
	position:relative;
	bottom:11px;
}

img.captcha-reset{
	width:27px; 
	height:27px; 
	margin-left:10px;
	border:none!important;
	background:url(../images/btn_actu_form.gif) no-repeat; 
	position:relative;
	bottom:3px;
}


.cform input.sendbutton	{ 
	cursor:pointer;
	width:70px; 
	height:26px; 
	padding:0; 
	margin:0;
	border:none;
	background:url(../images/btn_valider_form.gif) no-repeat; 
	position:relative;
	left:480px;
	bottom:30px;
	/*padding-top:-50px;
	padding-bottom:-50px;*/
}

.cf-sb{
	margin:0px;
	padding:0px;
	height:0px;
}
#usermessageb{
	margin:0px;
	padding:0px;
}

p.linklove{
	display:none;
}

/*******************	E	R	R	O	R**************************/
.cform .error 		{ 
	color:red!important;
	background-color: #E0E0E0;
	border:2px solid #BCBCBC;
 }
