/** CSS STYLE FOR IFRAME POPUP PAGE:BEGIN **/
div.popup_pageheader {
	background-color:#e9e9e9;
 	width:100%;
 	height:30px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-bottom:1px solid #808080;
}

div.popup_pagecontent {
	width:100%;
	overflow:hidden;
}

img.popup_icon {
	width:20px;
	height:20px;
}

img.popup_button {
	width:20px;
	height:20px;
	cursor:pointer;
}
/** CSS STYLE FOR IFRAME POPUP PAGE:END **/