div.rideau {
	position: absolute;
	background-color: black;
	opacity: 0.7;
	z-index: 10;
	left:0;
	top:0;
}

div.lightBox-wait {
	position: absolute;
	z-index:20;
	width:31px;
	height:31px;
	background:url(../img/spinner.gif) center center no-repeat white;
	border:1px solid gray;
	cursor:pointer;
}

div.lightBox-wait img {
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
}

p#legendLightBox {
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	background:url(../img/close.gif) right bottom no-repeat white;	
}