body {
	background: url(http://www.planplusonline.com/images/bigbgtest.png);
}
* {
/*	zoom: 1; */
}
.ModalContent {
	opacity: 0;
	overflow-y: auto;
}
#ModalScaffold {
	position: absolute;
	left: -999em;
}
#ModalMask {
	display: none;
	position: fixed;
	_position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	background: #5d5d5d; /* modal background color */
	opacity: .8;
	*filter: alpha(opacity=80);
	z-index: 99999999991;
}
.ModalFrame, .ModalFrame th, .ModalFrame td {
	border-collapse: collapse;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.ModalFrame {
	position: fixed;
		top: 50%;
		left: 50%;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	opacity: 0;
	z-index: 99999999999;

}
.ModalFrame iframe {
	display: none;
	width: 100%;
	border: none;
	vertical-align: top;
	overflow-x: hidden;
}
.ModalChromeTC p {
	float: left;
	margin: 0;
	padding: 14px 0 0 0;
	font: bold 14px/46px Arial, Helvetica, sans-serif;
	color: #5b80b0;
}
.ModalChromeTR a {
	position: fixed;
	display: block;
	width: 24px;
	height: 24px;
	margin: 5px 0 0 9px;
	background: url(http://www.planplusonline.com/images/modal/close.png);
}
.ModalChromeTC img {
	display: block;
	float: right;
	margin: 23px 0 0 0;
}
.ModalChromeTL, .ModalChromeTR, .ModalChromeBL, .ModalChromeBR {
	width: 30px;
	height: 35px;
}
.ModalChromeTL, .ModalChromeTR, .ModalChromeTC {
	height: 60px;
}
.ModalChromeTL {
	background: url(http://www.planplusonline.com/images/modal/modal-top-left.png);
}
.ModalChromeTR {
	background: url(http://www.planplusonline.com/images/modal/modal-top-right.png);
}
.ModalChromeTC {
	background: url(http://www.planplusonline.com/images/modal/modal-top.png);
}
.ModalChromeBL {
	background: url(http://www.planplusonline.com/images/modal/modal-bottom-left.png);
}
.ModalChromeBR {
	background: url(http://www.planplusonline.com/images/modal/modal-bottom-right.png);
}
.ModalChromeBC {
	background: url(http://www.planplusonline.com/images/modal/modal-bottom.png);
}
.ModalChromeL{
	background: url(http://www.planplusonline.com/images/modal/modal-left.png);
}
.ModalChromeR {
	background: url(http://www.planplusonline.com/images/modal/modal-right.png);
}
.ModalChromeC {
	background: #fff;
}