@charset "utf-8";
/* CSS Document */

	*{
		margin:0;
		padding:0;
	}
	
	
	.popup{
		padding:.5em;
		background:url(indicator_snake.gif) 1em 1em no-repeat #fff;
		border:1px solid #999;
		position:absolute;
		min-height:2em;
		min-width:2em;
		top:0;
		left:0;

	}
	a.popuplink{
		background:#eee;
		padding:0 .5em;	
		border:1px solid  #660000;
		text-decoration:none;
		font-weight:bold;
		color:#666;
		margin-bottom:-1px;
	}
	.popup iframe{
		width:99%;
		height:99%;	
	}
