.lightbox_easy {
	border: 2px solid black;
	padding: 8px;

	background-color: white;
	color: black;
}

.lightbox_easy .title {
	position: relative;

	padding: 2px 0;

	vertical-align: middle;
	

	background-color: #ccc;
	color: black;
	font-weight: bold;
}

.lightbox_easy .close {
	position: absolute;
	top: 1px;
	right: 2px;

	width: 14px;
	height: 14px;
	background-image: url(../gfx/icons/close.gif);
	cursor: pointer;
}
