#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}

#loadingImage {
	width: 40px;
	height: 40px;
}

#box{
    width:280px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
    filter: alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
}

#close {
    position: absolute;
    z-index: 200;
    top:-5px;
    right:-5px;
    cursor: pointer;
    cursor: hand;
}   	

#bcontent input textarea {
    border: 1px solid gray;
}


