DIV.divLayerWindow
{
	visibility:hidden;
	background-color:#B4CFFF;
	border-top: solid 2px silver;
	border-bottom: solid 2px silver;
	border-left: solid 2px silver;
	border-right: solid 2px silver;
	position:absolute;
	filter:alpha(opacity=97);
	-moz-opacity:.97;
}
.dlwTitleBar
{
	width:100%;
	text-align: left;
	border-bottom: solid 2px silver;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	background-color: #3333cc;
}
.dlwTitleBarButton
{
	width:16px;
	text-align: right;
	border-bottom: solid 2px silver;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	background-color: #3333cc;
}



#divLayerBox {
	background-color:#F1F6FF; 
	padding:8px; 
	border:2px outset #7DA1E0;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
#lboxCmd {
	color: #000000;
	font-weight: bold;
    	font-size: 8pt;
    	text-decoration: none;

}
#divLayerBoxBackground {
	background-image1:url(img/overlay.png);
	filter:alpha(opacity="1");
	-moz-opacity:.01;
	opacity:.01;
}
* html #divLayerBoxBackground {
	background-image:url(img/overlay.png); 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity="1");
	-moz-opacity:.01;
	opacity:.01;
}
