

/* POPUP LIGHT */

#popuplight {
	position: absolute;
	top: 50px; left: 50px;
	background: #e5e5e5;
	border: 3px double #666;
	width: 400px;
	height: 400px;
	overflow: scroll;
	}
#popuplight * {
	font-size: 10px;
	}
#popuplight a.close {
	float: right;
	color: #fff;
	background: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	}
#popuplight h2 {
	margin: 0px; padding: 4px;
	background: #666;
	color: #fff;
	font-size: 11px;
	}
#popuplight p, #popuplight h3, #popuplight h4, #popuplight h5, #popuplight h6 {
	margin-left: 10px; margin-right: 10px;
	}
#popuplight h3 {
	font-size: 11px;
	}
