	.popup{
		padding:.5em;
		background:#eee;
		border:1px solid #999;
		position:absolute;
		min-height:2em;
		min-width:2em;
		top:0;
		left:0;

	}
	a.popuplink{
		background:#eee;
		text-decoration:none;
		font-weight:bold;
		color:#ff0000;
		margin-bottom:-1px;
	}
	.popup iframe{
		width:99%;
		height:99%;	
	}
	
	a.DOMpop{
		font-size: 11px;
		color: #AA0033;
		font-weight: bold;
		text-transform: uppercase;	
	}
	
	a.DOMpop:hover {
		color: #FFFFFF;
		background-color: #bb1144;
		font-weight: bold;
	}