div#LightboxHolder {
	background-color:#2D2938;
	border:5px solid #5C5966;
}

div#LightboxHolder.plain {
	background-color:#fff;
	border:5px solid #5C5966;
}

div.imageClose {
	background-color:#ccc;
	padding:5px 5px;
}

div#LightboxHolder.plain div.imageClose a {
	font-size:14px;
	color:#ACABB1;
}

div#LightboxHolder.plain div.imageClose a:hover {

}

div#LightboxHolder div#close {
	background-color:#2D2938;
	padding:10px;
}

div#LightboxHolder div#close a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}	

div#LightboxHolder div#close a:hover {
	text-decoration:underline;
}

#dcoverlay{
    background-image: url(../images/lightbox/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	filter:alpha(Opacity=50);
}

* html #dcoverlay{
    background-color: #333;
    filter:alpha(Opacity=50);   
}

#box{
    background:transparent;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#box #lbClose{
	text-align:right;
	cursor:pointer;
	cursor:hand;
	height:23px;
}


#box #boxContents .section{
	margin:0;
	padding:0;
}
#box #boxContents .title{
	margin:10px 10px 0 10px;
}
#box #boxContents .sectionContent{
	margin:0 10px 10px 10px;
}
#box #boxContents div#message{
	margin:0;
}