#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	background: #000;
	text-align: center;
}

#overlay img {
	display: block;
	margin: 0 auto;
	position: relative;
}

#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: #fff;
	border: 1px solid #63b1e5;
	z-index: 100;
	overflow: hidden;
}

#lightbox h1 {
	color:#CCCCCC;
	font-size: 120%;
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px;
	background: #636363 url("/images/page-bottom-nav-background.png") 0 0 repeat-x;
	margin: 2px 2px 0 2px;
	position: relative;
}

#lightbox h1 a {
	display: block;
	color: #ddd;
	font-size: 80%;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	line-height: 24px;
}
#lightbox h1 a img {
	vertical-align: middle;
}
#lightbox h1 a:hover {
	text-decoration: underline;
}

#lightbox-content .screenshot img {
	margin: 2px 2px 0 2px;
}
#lightbox-content .screenshot p {
	color: #333;
	font-size: 110%;
	margin: 0 2px 2px 2px;
	border-top: 1px solid #000;
	padding: 10px;
	background: #eee url("/images/page-bottom-nav-background.png") 0 100% repeat-x;
}

#lightbox-content div.contents {
	padding: 20px;
}

#lightbox-content div.cancel {
	padding: 6px 0 0 6px;
	float: left;
}
#lightbox-content div.footer {
	padding: 20px 20px 30px 20px;
	background-color: #eee;
	border-top: 1px solid #e7e7e7;
}

#lightbox-content ul.checklist {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#lightbox-content ul.checklist li {
	list-style-type: none;
	line-height: 120%;
	margin: 0;
	padding-left: 0;
}