#overlay { 
    background-image:url(../images/overlay.png);
    position:absolute;
    top:0;
    left:0;
    z-index:90;
    width:100%;
    height:100%;
}
* html #overlay {
    background-color:#000;
    background-color:transparent;
    background-image:url(../images/clear.gif);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
#box {
	position:relative;
	margin:0;
}
#box h4 {
	padding-bottom:8px;
}
#box ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-image:url(../images/iconsm_arrowbullet.jpg);
	list-style-type:disc;
}
#box li {
	margin:0;
	padding:0 0 4px 0;
}
#box a#close {
    position:absolute;
    top:30px;
    right:30px;
    display:block;	
    height:16px;
    padding-right:24px;
    background:url(../images/iconsm_close.jpg) no-repeat top right;
    color:#fff;
    text-decoration:none;
}
#box a#close:hover {
	background:url(../images/iconsm_close_on.jpg) no-repeat top right;
    text-decoration:none;
}
#boxContents {
	margin:0;
	padding:0;
	background:#fff;
    border:solid 10px #000;
    border-top:none;
}
.boxLeft {
	float:left;
	width:245px;
}
.boxMain {
	padding:20px 0 20px 20px;
}
.boxRight {
	float:left;
	width:510px;
	overflow:auto;
}
.boxTitlebar {
	width:100%;
	height:55px;
	background:#004476; /*  url(../images/logo_lightbox.gif) no-repeat top left; */
	border-top:solid 10px #000; 
}

/* POST-IT STYLES */
#postit {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#postit li {
	float:left;
	display:block;
	width:221px;
	display:inline;
	height:220px;
	margin:0;
	padding:0;
	text-align:center;
}
#postit li .show{
	display:block;
	width:221px;
	height:220px;
}
#postit li .hide {
	height:0;
	overflow:hidden;
	background:none;
	color:#000 !important;
}
#postit li:hover .hide {
	width:211px;
	height:210px;
	padding:5px;
	line-height:14px;
	cursor:pointer;  
	color:#000 !important;
}
#postit li:hover .show {
	height: 0;
	overflow: hidden;
}

/* IE6 FIX */
#postit li {
	behavior: url(include/hover.htc); 
}
