			* {
				margin:0; 
				padding:0;
			}

			#modal_overlay {
				position:fixed; 
				top:0;
				left:0;
				width:100%;
				height:100%;
				background:#000;
				opacity:0.5;
				filter:alpha(opacity=50);
				z-index:5000;
			}

			#modal {
				position:absolute;
				background:url(tint20.png) 0 0 repeat;
				background:rgba(0,0,0,0.2);
				border-radius:14px;
				margin:4px;
				padding:8px;
				z-index:5001;
			}

			#modal_content {
				border-radius:8px;
				background:#fff;
				padding:0px;
				z-index:5001;
			}

			#modal_close {
				position:absolute;
				background:url(/img/btn_close.png) 0 0 no-repeat;
				width:32px;
				height:32px;
				display:block;
				text-indent:-9999px;
				top:16px;
				padding-right:8px;
				right:0px;
				z-index:5001;
			}