#overlay { 
	background-image:	url(file:///Boffin2/Users/al/Documents/Manchester%20warehouse/images/overlay.png);
    position:			absolute;
    top:				0px;
    left: 				0px;
    z-index: 			90;
    width: 				100%;
    height: 			100%;
}

/** html #overlay {
    background-color: 	#333;
    background-color: 	transparent;
    background-image: 	url(../../blank.gif);
    filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}*/

#box {
    width:		380px;
    background:	#fff;
    border:		2px solid #e6e6e6;
}

#box .header {
	position:	relative;
	width:		373px;
	height:		27px;
	padding:	5px 0 0 7px;
	background:	#e6e6e6;
}

#box .header p {
	font:			16px Arial, Helvetica, sans-serif;
	font-weight:	bold;
}

#box .header .close {
    position:	absolute;
    top:		1px;
    right:		2px;
    cursor:		pointer;
}

#box .text {
	position:	relative;
	padding:	5px 0 15px 7px;
}

#box .text p {
	margin-bottom:	4px;
}