/** CSS STYLE FOR IFRAME POPUP PAGE:BEGIN **/
div.popup_pageheader {
	background-color:#a40606;
 	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;
	background-color:#a40606;
}
/** CSS STYLE FOR IFRAME POPUP PAGE:END **/

table.form_table td{
	vertical-align:top;
}

table.result_table{
	width:100%
}
table.result_table td.display{
	width:50%;
	text-align:left;
}
table.result_table td.button{
	width:0%;
}