	#popinFilter { 
		display:none;
		filter:alpha(opacity=80);
		opacity:0.85;
		left:0px;top:0px;
		position : absolute; 
		width:100%; 
		height:100%; 
		background-color: #ffffff;
		z-index:500;
		cursor: pointer;
	}

	#popinWindow 
	{
		filter:alpha(opacity=100);
		opacity:1;
		padding:0;
		position: fixed;
		_position:absolute;
		border:0;
		display:none;
		background-color:#ffffff;
	}

	#popinHeader
	{	
		background:black url(./popin_titleafd.gif) repeat-x;
		border:solid #cccccc 1px;
		padding:0;
		color:white;
		text-align:left;
		height:19px;
	}

	#popinClose
	{	
		background:transparent url(./close_buttonafd.gif) no-repeat right top;
		font-size:12px;
		float:right;
		margin:1px 0 0 0;
		padding:2px 25px 0 0;
		cursor: pointer;
		min-height:16px;
		border-right:1px solid white;
	}

	#popinContent
	{
		margin:0;
		padding: 0;
		overflow: none;
		border:solid #cccccc 1px;
		border-top:0;
	}
	
	#popinTitle
	{
		position:absolute;
		font-size:13px;
		margin:0;
		padding:2px 0 0 4px;
		border-left:1px solid white;
		min-height:16px;
	}
