#pContainerTL {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -20px;
	left: -20px;
	background : transparent url(/Image/popUpShadowTL.png) no-repeat;
}
#pContainerTR {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -20px;
	right: -20px;
	background : transparent url(/Image/popUpShadowTR.png) no-repeat;
}
#pContainerBL {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -20px;
	left: -20px;
	background : transparent url(/Image/popUpShadowBL.png) no-repeat;
}
#pContainerBR {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -20px;
	right: -20px;
	background : transparent url(/Image/popUpShadowBR.png) no-repeat;
}
#pContainerL {
	position: absolute;
	height: 100%;
	width: 20px;
	top: 0px;
	left: -20px;
	background : transparent url(/Image/popUpShadowL.png) repeat-y;
}
#pContainerR {
	position: absolute;
	height: 100%;
	width: 20px;
	top: 0px;
	right: -20px;
	background : transparent url(/Image/popUpShadowR.png) repeat-y;
}
#pContainerT {
	position: absolute;
	width: 100%;
	height: 20px;
	top: -20px;
	left: 0px;
	background : transparent url(/Image/popUpShadowT.png) repeat-x;
}
#pContainerB {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -20px;
	left: 0px;
	background : transparent url(/Image/popUpShadowB.png) repeat-x;
}

.pContainerTL {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -20px;
	left: -20px;
	background : transparent url(/Image/popUpShadowTL.png) no-repeat;
}
.pContainerTR {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -20px;
	right: -20px;
	background : transparent url(/Image/popUpShadowTR.png) no-repeat;
}
.pContainerBL {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -20px;
	left: -20px;
	background : transparent url(/Image/popUpShadowBL.png) no-repeat;
}
.pContainerBR {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -20px;
	right: -20px;
	background : transparent url(/Image/popUpShadowBR.png) no-repeat;
}
.pContainerL {
	position: absolute;
	height: 100%;
	width: 20px;
	top: 0px;
	left: -20px;
	background : transparent url(/Image/popUpShadowL.png) repeat-y;
}
.pContainerR {
	position: absolute;
	height: 100%;
	width: 20px;
	top: 0px;
	right: -20px;
	background : transparent url(/Image/popUpShadowR.png) repeat-y;
}
.pContainerT {
	position: absolute;
	width: 100%;
	height: 20px;
	top: -20px;
	left: 0px;
	background : transparent url(/Image/popUpShadowT.png) repeat-x;
}
.pContainerB {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -20px;
	left: 0px;
	background : transparent url(/Image/popUpShadowB.png) repeat-x;
}
div#pwindowbase{
	position:absolute;
	top:-30px;
	left:30px;
	display:none;
	z-index:5000;
}
div#pwindowinner{
	background-color:#ffffff;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}
div#pwindowhtml{
	min-width:400px;
	max-width:800px;
	text-align:center;
}
