#jBoxSimpleBg {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #ffffff;
	filter:alpha(opacity=0);
	opacity: 0;
	z-index: 2;
	text-align: center;
}
#jBoxSimple {
	position: absolute;
	display: none;
	/*background-color: #ffffff;*/
	background-color: transparent;
	z-index: 3;
}
#jBoxSimpleContent {
	display: none;
	/*background-color: #ffffff;*/
	overflow: auto;
	text-align: justify;
}
#jBoxSimpleLoading {
	position: absolute;
	display: none;
	z-index: 4;
	width: 32px;
	height: 32px;
	background: url(loading.gif) no-repeat;
}
#jBoxSimpleClose {
	position: absolute;
	display: none;
	cursor: pointer;
	z-index: 4;
}
a {
	cursor: pointer;
}