/*********************************** POPUP ***********************************/ 

#PP_title {
 color:#FF9900;
 font-size:16px;
 font-weight:bold;
 text-align:center;
 
}

#PP_msg {
	width:220px;
	margin-top:15px;
	margin-left:15px;
	color:#595959;
	text-align:center;
}

#PP_close {
	margin-left:220px;
	margin-top:9px;
	width:17px;
	height:17px;
	background: url(../images/close_bt.png) no-repeat top left;
}
#PP_close a{ 
	width:17px;
	height:17px;
	display:block;
	background: url(../images/close_bt.png) no-repeat top left;
}


#PP_close a:hover{ 
	background-position:bottom;
}


#PP_Ok {
	width:45px;
	height:30px;
	background: url(../images/ok_bt.png) no-repeat top left;
}

#PP_Ok a{ 
	width:45px;
	height:30px;
	display:block;
	background: url(../images/ok_bt.png) no-repeat top left;
}
#PP_Ok a:hover{ 
	background-position:bottom;
}


#PP_window {
	position: fixed;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	background-image:url(../images/popup_winsmall.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	width:251px;
	height:154px;
}

* html #PP_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}