.overlay{
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
}
.window{
	border-radius: 3px;
	box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.7);
}
.window .title_bar{
	background:#efefef;
	box-shadow:-5px -20px 20px -10px rgba(0, 0, 0, 0.04) inset;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.window .title_bar .title{
	display:block;
	text-align:center;
	margin-top:5px;
	text-shadow:1px 1px 1px #ffffff;
	color:#343434;
	font-weight:bold;
	font-size:8pt;
}
.window .title_bar .btnclose{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	margin:5px;
	width:9px;
	height:9px;
	background:url(../images/close.gif) center no-repeat;
	cursor:pointer;
	border:none;
}
.window .statut_bar{
	text-align:right;
	background:#efefef;
	box-shadow:-5px -20px 20px -10px rgba(0, 0, 0, 0.04) inset;
	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.window .statut_bar > *{
	margin:1px;
}
.window .content{
	background:#ffffff;
	border-top:1px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
}

#prdpromo .content {
	overflow-y: scroll;
}


.loading{
	border-radius:5px;
	box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.5);
	background: #ffffff;
	font-size:9pt;
	color:#555555;
	padding:10px;
}
.loading .text{
	padding-left:5px;
	font-weight:bold!important;
}
.loading .image{
	background: url(../images/loading.gif) no-repeat center;
	width:100%;
	height:30px;
}