.pt {
	background-image: url(images/pShadowT.png);
	background-repeat:  repeat-x;
}
.ptr {
	background-image: url(images/pShadowTR.png);
	background-repeat: no-repeat;
}
.pl {
	background-image: url(images/pShadowL.png);
	background-repeat:  repeat-y;
}
.pr {
	background-image: url(images/pShadowR.png);
	background-repeat:  repeat-y;
}
.pbl {
	background-image: url(images/pShadowBL.png);
	background-repeat: no-repeat;
}
.pb {
	background-image: url(images/pShadowB.png);
	background-repeat:  repeat-x;
}
.pbr {
	background-image: url(images/pShadowBR.png);
	background-repeat: no-repeat;
}
.ptl {
	background-image: url(images/pShadowTL.png);
	background-repeat: no-repeat;
}

.pBorder {
	border: 1px solid #F2F2F2;
}
