
	.popup{
		padding:.5em;
		/*background:url(background4.gif) 1em 1em no-repeat #eee;*/
		background: #eee;
		border:1px solid #dcdcdc;
		position:absolute;
		/*min-height:2em;*/
		/*min-width:2em;*/
		/*top:0;*/
		/*left:0;*/

	}
	a.popuplink{
		background:#eee;
		/*padding:0 .5em;*/	
		border:1px solid #dcdcdc;
		text-decoration:none;
		font-weight:normal;
		font-size: 8 pt;
		font-family: verdana, arial;
		color:#666;
		/*margin-bottom:-1px;*/
	}
	.popup iframe{
		width:99%;
		height:99%;
		border:1px solid #eee;	
	}
