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

Name: cmxform Styles

***********************************/
label.item {
	float: left;
	width: 50%;
	margin-right: 0.5em;
	padding-top: 0.4em;
	text-align: right;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	margin-right:10px;
}

legend {
	padding: 0.2em 0.5em;
	color: #660000;
	font-size: 90%;
	text-align: right;
}

form.cmxform {
	/*width: 370px;*/
	font-size: 0.8em;
	color: #660000;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #660000;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/Include/Images/cmxform/cmxform-fieldset.gif) left
		bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(/Include/Images/cmxform/cmxform-divider.gif) left bottom
		repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}

div.error {
	display: none;
}

input {
	border: 1px solid black;
	border-radius: 4px;
}

input.checkbox {
	border: none
}

input:focus {
	border: 1px dotted black;
}

.wrapper input.error {
	position: relative;
}

#passe_false {
	position: relative;
	z-index: 1;
	left: -18px;
	top: -1px;
	color: #ff0000;
	width: 0;
	visibility: hidden
}

#passe_true {
	position: relative;
	z-index: 1;
	left: -25px;
	top: -1px;
	color: blue;
	width: 0;
	visibility: hidden
}

#passe2_false {
	position: relative;
	z-index: 1;
	left: -18px;
	top: -1px;
	color: #ff0000;
	width: 0;
	visibility: hidden
}

#passe2_true {
	position: relative;
	z-index: 1;
	left: -25px;
	top: -1px;
	color: blue;
	width: 0;
	visibility: hidden
}

input.error {
	border-width: 1px;
	border-color: red;
	background-color: mistyrose;
}

input.valid {
	border-width: 1px;
	border-color: blue;
	background-color: lightblue;
}

form.cmxform .gray * {
	color: gray;
}