div.popup {
	text-align: left;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 101;
	background: transparent;
}
div.saranwrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #000000;
	filter: alpha(opacity = 25);
	-moz-opacity: .25;
	opacity: .25;
	clear: both;
}

div.change_page_saranwrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 199;
	background-color: #000000;
	filter: alpha(opacity = 25);
	-moz-opacity: .25;
	opacity: .25;
	clear: both;
}

.popup_header {
	color: #FFFFFF;
	font-size: 14pt;
	height: 50px;
}
.popup_header_left {
	float: left;
	clear: both;
	background: url('/images/tabs/tab_left.png') no-repeat;
	height: 50px;
	width: 5px;
}
.popup_header_title {
	padding-top: 11.5px;
	padding-left: 10px;
}
.popup_header_right {
	float: right;
	height: 50px;
	background: url('/images/tabs/tab_right.png') no-repeat;
	width: 5px;
}
.popup_header_center {
	float: left;
	height: 50px;
	vertical-align: middle;
	background: url('/images/tabs/tab_center.png') repeat-x;
}
.popup_footer {
	color: #FFFFFF;
	font-size: 14pt;
	vertical-align: middle;
	height: 20px;
}
.popup_footer_left {
	float: left;
	clear: both;
	background: url('/images/popup_footer_left_grey.png') no-repeat;
	height: 20px;
	width: 7px;
}
.popup_footer_right {
	float: right;
	height: 20px;
	background: url('/images/popup_footer_right_grey.png') no-repeat;
	width: 7px;
}
.popup_footer_center {
	float: left;
	height: 20px;
	background: url('/images/popup_footer_center_grey.png') repeat-x;
}
.popup_body {
	overflow-y: auto;
	background: #FFFFFF;
	border-right: 1px solid #8B8C8C;
	border-left: 1px solid #8B8C8C;
}