/* Top Left Corner */
.popup .popbox{margin-top:-15px}
.popup:before{content:"";background:url(/_lib/popup/img/shadow.png) no-repeat 0 0;display:block;margin:-9px 0 0 -9px;width:24px;height:24px}
/* The bottom-right corner + left+right edges of the shadow */		
.popup .shadow {background:url(/_lib/popup/img/shadow.png) no-repeat bottom right}
/* top-right corner of the shadow */
.popup .shadow:before {content:"";background:url(/_lib/popup/img/shadow.png) no-repeat top right;margin: -24px 0 0 0;display:block;height: 24px;}
/* bottom-left corner of the shadow */
.popup .shadow:after {content:"";background:url(/_lib/popup/img/shadow.png) no-repeat bottom left;display: block;width: 24px;margin-left:-24px;height:100%;}


