/************************************************************************************************************
*	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:
*
************************************************************************************************************/

.DHTMLSuite_modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	-moz-opacity:0.6;	/* Transparency */
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.DHTMLSuite_modalDialog_contentDiv{
	/*border:1px solid #CC9900;	*/
	/*padding:2px;*/
	z-index:3;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background:#f1f1ed url(../images/goute_bg.jpg) no-repeat center;	/* White background color for the message */
	color: #393939;
}
.DHTMLSuite_modalDialog_contentDiv,
.DHTMLSuite_modalDialog_contentDiv td,
{
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	
}
.DHTMLSuite_modalDialog_contentDiv input[type="text"], 
.DHTMLSuite_modalDialog_contentDiv textarea{
	color: #393939;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #393939;
	background: url(../images/input_bg.jpg) no-repeat left top;
}

.DHTMLSuite_modalDialog_contentDiv_shadow{
	z-index:2;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background:url(../images/footer_bg.jpg) repeat-x;
	/*filter:alpha(opacity=30);*/	/* Transparency */
	/*opacity:0.3;*/	/* Transparency */	
	/*-moz-opacity:0.3;*/ /* Transparency */
}

#popup_header {
	display:block;
	height: 20px;
	line-height: 20px;
	background: url(../images/header_bg.jpg) repeat-x;
	text-align: right;
	padding: 0 10px;
	color: #efefea;
}
#popup_header a:link, #popup_header a:visited{
	color: #efefea;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
a.btn_valider:link, a.btn_valider:visited{
	color: #fff;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	background: url(../images/btn_valider.png) no-repeat;
	border:0;
	display:block;
	width: 67px;
	height: 21px;
	line-height: 21px;
	text-decoration:none;
	font-weight:normal;
	
}
.review_text {
	/*border: 1px solid #666;
	background: #9C0;
	padding: 10px;*/
	
	
}
