/** CSS STYLE FOR IFRAME POPUP PAGE:BEGIN **/
div.popup_pageheader {
	background-color:#517BD6;
 	width:100%;
 	height:20px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

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 **/