/* Formatting for the page. Not popout-related. */
	
#popout {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 350px;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 100;
	overflow: hidden; }
	
#popout a, #popout a img {
	text-decoration: none;
	border: 0;
	outline: 0; }

#popout a span {
	display: none; }
	
#popout #cap {
	width: 20px;
	height: 350px;
	position: relative;
	left: 0;
	z-index: 102; }
	
#popout a#close {
	position: absolute;
	top: 0;
	background: transparent url(../transparent.gif);
	left: 240px;
	height: 20px;
	width: 60px; }
	
#popout #adbox {
	margin-left: -300px;
	position: absolute;
	top: 50px; /* was set at 10 */
	left: 20px;
	z-index: 101; }

