#lightbox {
	left: 2%; background-position:inherit  
}

div#lightboxDetails {
	font-size: 1.2em;
}

img#closeButton {
	float: right;
}

/*kbd {
	background-color:#DDDDDD;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#555555;
	font-family:inherit;
	font-size:inherit;
	padding:0pt 3px 2px 4px;
}*/

div#lightbox img { 
	border: none; 
}

div#overlay img { 
	border: none;
}

div#overlay { 
	background-image: url('../img/lightbox_overlay.png');
}

* html div#overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url('../img/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/lightbox_overlay.png", sizingMethod="scale");
}

div#lightbox div#content {
	padding: 0px 8px;
	border-left:2px solid #65952e;;
	border-right:2px solid #65952e;;
	background-color: white;
	clear: both;
}

/**********************************************************
Corners
**********************************************************/
#cornerContainer1, #cornerContainer2 {
	line-height: 12px;
	min-height: 12px;
	max-height: 12px;
	clear: both;
	width: 100%;
}

#corner1, #corner2, #corner3, #corner4 {
	background-repeat: no-repeat;
	background-image: url('../img/fb_border_green.gif');
	float: left;
	width: 49.9%;
	height: 12px;
}

#corner3 {
	background-position: bottom left;
}

#corner2 {
	background-position: top right;
}

#corner4 {
	background-position: bottom right;
}
