.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:2000;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:1000000;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */	
}
.modalDialog_contentDiv_shadow{
	z-index:2000;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
.titre3 {
	background-color: #dedede;
	height: 25px;
	padding-top: 7px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bolder;
	font-size: 14px;
}
FORM {
	padding: 15px;
	text-align: justify
}

label {
	font-weight: bolder;
	display: block;
}
input, textarea {
	margin-bottom: 10px;
	display: block;
	width: 360px;	
}
input.submit {
	margin-bottom: 10px;
	display: block;
	width: 160px;	
}
.fermer {
	text-align: right; 
	margin-top: 15px;
	cursor: pointer;	
}
.err {
	height: 20px;
	padding-left: 15px;
	font-weight: bolder;
	
}


.error {
	font-weight: bolder;
	color: #ac2e2e;	
}

.input{
	border: 1px solid #999;
	background: #FCFCFC;
	-moz-border-radius: 4px;
	width: 300px;
	height: 20px;
}

