input{height:16px;}

label.valid {
	background: url('../images/checked.gif') no-repeat;
	height:16px;
	width:16px;
	display: block;
	position: absolute;
	top: 4px;
	left: 152px;
}
label.invalid{
	background: url('../images/unchecked.gif') no-repeat right;
	height:16px;
	width:16px;
	display: inline-block;
	/*float:right;*/
	/*top: 4px;*/
	/*left: 152px;*/
	padding-left:20px;
	padding-top:1px;
}

/**********************************

Use: cmxform template

***********************************/
form.cmxform fieldset {
	margin:0px;
	padding:0px;
	/*margin-top: 10px;*/
	border: none;
	/*border-top: 1px solid #308FBF;*/
	display:block;
	width:480px;
	/*background: #E5E5E5;*/
	padding-bottom:0px;
	margin-bottom:15px;
}

form.cmxform legend {
/*	margin-right:620px;*/
/*	padding: 0 0px 0 0px;*/
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	/*background:url('../images/formulaire-fond-section-onglet.gif') no-repeat;*/
	/*padding-left:20px;*/
	/*width:600px;*/
	/*_margin: 0 -7px; /* IE Win */
}

.titresection {
	background:#4586D5 url('../images/formulaire-fond-section-onglet.gif') no-repeat;
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
	width:660px;
	display:block;
	margin:0px;
	padding-left:20px;
	/*margin-left:-1px;
	padding-left:20px;*/
}

form.cmxform label {
	display: inline-block;
	/*line-height: 1.8;*/
	line-height: 1.3;
	vertical-align: top;
	cursor: hand;
	color: #666666;
	font-size:11px;
	font-weight:bold;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	/*margin: 0;*/
	/*line-height:10px;*/
	height:20px;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 130px; text-align:right; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	background: url('../images/unchecked.gif') no-repeat right;
/*	margin:0px;
	margin-left:0px;
	padding:0px;*/
	color: red;
	text-align: right;
	font-style: italic;
	display:inline-block;
	/*display: none;*/
	height:16px;
	width:16px;
	/*padding-left:16px;*/
	/*padding-right:12px;*/
}
.errorText{background: none;}
	
/*	
	display: inline-block;
	*/
	/*float:right;*/
	/*top: 4px;*/
	/*left: 152px;*/
	/*padding-left:20px;
	padding-top:1px;*/

input.error, select.error{
	background-color:#ffbcbc;
	border:1px solid red;
	color:red;
	margin:0;
}
textarea.error {background-color:#ffbcbc;border:2px solid red;}

form.cmxform label.checked {
background:transparent url(../images/checked.gif) no-repeat scroll right center;
}


form.cmxform input.submit {
	margin-left: 103px;
}



/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */