#web_modal_window_container{position:absolute; left:0px; top:0px; width:100%; height:650px; z-index:2;}
	#web_modal_window_container td{vertical-align:middle;}
		#web_modal_window_container_bgr{position:absolute; left:0px; top:0px; width:100%; height:770px; opacity:0.8;}
		#web_modal_window{position:relative; width:700px; height:480px; margin:auto; border-radius:10px;}
			#web_modal_window_head{position:absolute; top:-1px; left:-1px; width:100%; height:25px; font-size:18px; text-align:center; border-radius:10px 10px 0px 0px;}
				#web_modal_window_close{position:absolute; top:3px; right:3px; width:20px; height:20px; cursor:pointer;}
			#web_modal_window_content{position:absolute; top:26px; left:0px; width:100%; height:438px; overflow:auto;}
			#web_modal_window_foot{position:absolute; bottom:-1px; left:-1px; width:100%; height:15px; font-size:12px; text-align:right; border-radius:0px 0px 10px 10px;}
				#web_modal_window_refresh{position:absolute; top:3px; right:26px; width:20px; height:20px; cursor:pointer;}

#web_modal_window_container_bgr{background-color:#000;}
	#web_modal_window{background-image:url(../images/design/modal_bgr.jpg); border:solid 1px #444;}
		#web_modal_window_head{color:#fff; text-shadow:0px 0px 5px #fff; background-color:#222;  border:solid 1px #444;}
			#web_modal_window_close{background-image:url(../images/buttons/close.png);}
			#web_modal_window_close:hover{background-image:url(../images/buttons/close_h.png);}
		#web_modal_window_foot{color:#444; background-color:#222; border:solid 1px #444;}
			#web_modal_window_refresh{background-image:url(../images/buttons/refresh.png);}
			#web_modal_window_refresh:hover{background-image:url(../images/buttons/refresh_h.png);}