#overlay{ 
	background-image: url(http://www.bahu.com/design/images/overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
}

#overlaytrans{
	background-image: url(http://www.bahu.com/design/images/trans.gif);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40;
	width: 100%;
	height: 100%;
}

* html #overlay{
	background-color: #666;
	background-color: transparent;
	background-image: url(http://www.bahu.com/design/images/trans.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.bahu.com/design/images/overlay.png", sizingMethod="scale");
}

#box{
	background:#4192E5;
	margin: 0;
	padding: 0;
	overflow: no;
	border:1px solid #C3DFF9;
}

#box #boxTitres{
	position:absolute;
	top:10px;
	left:10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

#box #close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

#box #boxContents {
	margin-top:8px;
	padding:10px;
}

.emptyPlaceMarker{
border-right: red thin dashed;
border-top: red thin dashed;
border-left: red thin dashed;
border-bottom: red thin dashed;
background-color: Transparent;
}