/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #B0AFB0;	
	padding:15px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#E0E0E0;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* 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 */	
}

.titreMessageModal{
	color:#B0AFB0;
	text-transform:uppercase;
	font-size:14px;
}

.selectSearchNewsletter{
	width: 156px;
	font-family: Verdana;
	font-size: 10px;
	color: #4e4e4e;
	border: 1px solid #989898;
}

.btnFormNews_Annuler, .btnFormNews_Continuer{
	font-size:10px;
	background-color:#B0AFB0;
	color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	font-weight:bold;
	text-transform:uppercase;

}
	
.btnFormNews_Continuer{
	margin-left:9px;
}

.btnFormNews_Annuler:hover, .btnFormNews_Continuer:hover{
	text-decoration:none;
}
	
.NewsletterLabel{
	font-size:11px;
	color:#8A8A8A;
	font-weight:bold;
	padding-left:3px;
}
