.formulaire {
/*	overflow: hidden;
	float: expression('left');
	position: relative;
*/
	padding: 0 0 0 0;
	margin-top: 20px;
}

.contenu INPUT,TEXTAREA {
	border: 1px #434343 solid;
	width: 350px;
	margin: 0 0 10px 0;
}

.actions INPUT {
	width: 100px;
}

.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}

.offstate-a, .offstate-b, .offstate-c, .offstate-d, .offstate-e, .offstate-f, .offstate-g, .offstate-h, .offstate-i, .offstate-j, .offstate-resumelater {
	display: none !important;
}
.offstate-k, .offstate-l, .offstate-m, .offstate-n, .offstate-o, .offstate-p, .offstate-q, .offstate-r, .offstate-s, .offstate-t {
	display: none !important;
}
.wfPage, .wfHideSubmit { 
	display: none !important;
}
.wfCurrentPage {
	display: block !important;
}