#jPopup_window {

	font: 12px Arial, Helvetica, sans-serif;

	color: #333333;

}



#jPopup_overlay {

	background-color:#000;

	filter:alpha(opacity=75);

	-moz-opacity: 0.75;

	opacity: 0.75;

}



#jPopup_window {

	/*background: #ffffff;*/

	color: #000000;

	/*border: 4px solid #525252;*/

	text-align: center;

	display: inline;

}



#jPopup_closeWindow {

    display: inline;

	height: 15px;

	padding: 11px 15px 5px 0;

}



#jPopup_closeWindow a {

    color: #ff6600;

    text-decoration: none;

}

#jPopup_closeWindow a img {

    border: none;

    position: relative;

    top: 2px;

}



#jPopup_windowContent{

    display: inline;

	clear: both;

	/*padding: 2px 15px 15px 15px;*/

	overflow: auto;

	line-height: 1.4em;

}



#jPopup_global {

    text-align: left;

}



#jPopup_HideSelect{

	z-index:99;

	position:fixed;

	top: 0;

	left: 0;

	background-color:#fff;

	border:none;

	filter:alpha(opacity=0);

	-moz-opacity: 0;

	opacity: 0;

	height:100%;

	width:100%;

}



#jPopup_iframeContent{

	clear:both;

	border:none;

	margin-bottom:-1px;

	margin-top:1px;

	_margin-bottom:1px;

}


