
.popupPanel { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:999; }
.popupPanel .bg { position:absolute; top:0; left:0; width:100%; background:#fff; }
.popupPanel .content { margin:0 auto; position:relative; left:0; width:532px; margin:0 auto; }
.popupPanel .top { background:url(popupiframe-top.gif); height:37px; width:532px; position:relative; }
.popupPanel .body { background:url(popupiframe-bg.gif) repeat-y left; }
.popupPanel .inner { background:url(popupiframe-top.gif) 0 -37px no-repeat; position:relative; }
.popupPanel .bottom { background:url(popupiframe-bg.gif) right; height:27px; }
.popupPanel .btClose { display:block; overflow:hidden; width:23px; height:24px; 
	position:absolute; left:503px; top:5px; text-decoration:none;
	text-indent:-9999px; background:url(popupiframe-close.gif) no-repeat top; }
.popupPanel .btClose:hover { background:url(popupiframe-close.gif) no-repeat bottom; }
.popupPanel iframe { width:475px; position:relative; }
