#dp-popin { width:401px; height:100%; padding:0px; margin:0px; }
/* Mozilla ignores crazy MS image filters, so it will skip the following */
.dp-popin-top {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/popin-top.png');

}
.dp-popin-body {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/popin-body.png');
}
.dp-popin-bottom {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/popin-bottom.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dp-popin-top[class] { background: url('/images/popin-top.png') no-repeat top left; }
.dp-popin-body[class] { background: url(/images/popin-body.png) repeat-y top left; }
.dp-popin-bottom[class] { background: url('/images/popin-bottom.png') no-repeat top left; }
.dp-popin-close { width: 24px; height: 24px; background: url('/images/popin-close.png') no-repeat top left; }
a.dp-link {
        color: #006565 !important;
        font-weight: bold !important;
        text-decoration: underline !important;
        border-bottom: 1px double !important;
}
