
/**
 * Do not update this css. Use the specific stylesheet of the site to
 * override these styles instead.
 */

#jplb-overlay {
	opacity: 0.7;
	position: absolute;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#jplb-outer {
	/*
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 100;
	*/
}

#jplb-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	text-align: left;
	width: 617px;
	z-index: 1000;
}

#jplb-loading, #jplb-loadingNoAnim {
	width: 100%;
	height: 86px;
	background: url(../images/jplb-loading.gif) center center no-repeat;
}
/*
#jplb-loading {
	position: absolute;
	top: 0px;
	left: 0px;
}
*/

#jplb-content {

}
