

	#overlay {
		position:fixed; 
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#000;
		opacity:0.5;
		filter:alpha(opacity=50);
	}

	#modal {
		position:absolute;
		background:url(scriptimages/tint20.png) 0 0 repeat;
		background:rgba(0,0,0,0.2);
		border-radius:14px;
		padding:8px;
	}

	#content {
		border-radius:8px;
		background:#fff;
		padding:5px;
	}

	#close {
		position:absolute;
		background:url(scriptimages/close.png) 0 0 no-repeat;
		width:50px;
		height:50px;
		display:block;
		text-indent:-9999px;
		top:-15px;
		right:-15px;
	}