#PopDivUPfullbg {
	background-color: gray;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	z-index: 3;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#PopDivUPdialog {
	background-color: #fff;
	border: 5px solid rgba(0,0,0, 0.4);
	height: 400px;
	left: 50%;
	margin: -200px 0 0 -200px;
	padding: 1px;
	position: fixed !important; /* 浮動對話框 */
	position: absolute;
	top: 50%;
	width: 400px;
	z-index: 5;
	border-radius: 5px;
	display: none;
}
#PopDivUPdialog p {
	margin: 0 0 12px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	//background: #CCCCCC;
}
#PopDivUPdialog p.PopDivUPclose {
	text-align: right;
	padding-right: 10px;
	color: #000;
}
#PopDivUPdialog p.PopDivUPclose a {
	color: #000;
	text-decoration: none;
}
