	*{
		margin:0;
		padding:0;
	}
	body{
		font-size:.9em;
		font-family:arial,sans-serif;
		
		padding:.5em;
	}
	h1{
		font-size:1.2em;
		
	}
	p{
		margin-top:.5em;
	}
	.popup{
	border:#FF0000;			
		position:absolute;
		min-height:2em;
		min-width:2em;
		top:0;
		left:0;
		margin-left:-200px;
		margin-top:-200px;

	}
	a.popuplink{
		background:#eee;
		padding:0 .5em;	
		border:1px solid #999;
		text-decoration:none;
		font-weight:bold;
		color:#666;
		margin-bottom:-20px;
	}
	.popup iframe{
		width:99%;
		height:99%;	
	}

