	.popup{
		padding:.1em;
		/*background:url(indicator_snake.gif) 1em 1em no-repeat #eee;*/
		background-color: #e6e6e6;
		border:1px solid #a6a6a6;
		position:absolute;
		min-height:2em;
		min-width:2em;
		top:0;
		left:0;
	}
	.popup p {
		text-align:right;
		margin:1px;
	}
	.popup p img {
		border:none;
	}
	/*a.popuplink{
		background:#eee;
		padding:0 .5em;	
		border:1px solid #999;
		text-decoration:none;
		font-weight:bold;
		color:#666;
		margin-bottom:-1px;
	}*/
	.popup iframe{
		width:99%;
		height:99%;
		margin-top:0px;	
	}

