﻿
#pdfframeoverlay { background: #000; display: none; top: 0; left: 0; bottom: 0; right: 0; position: fixed; z-index: 49999; }

#pdfframewrapper { background: #fff; box-shadow: 2px 2px 6px #333; border: 1px solid #000; border-left: 0; display: none; padding: 0; position: fixed; top: 40px; z-index: 50000; }
#pdfframecontainer { background: #fff; padding: 34px 0 0 0; position: relative; z-index: 50000; }

#pdfframecontainer span { display: block; border-left: 1px solid #000; width: 100%; overflow: hidden; margin: 0; padding: 0; position: absolute; height: 35px; top: 0 }
#pdfframecontainer span a { font-size: 13px; border-radius: 5px; text-shadow: 2px 2px 2px #000000; background: #545454; color: #f2f2f2; display: block; float: right; margin: 4px 4px 0 0; padding: 5px 11px; text-decoration: none }
#pdfframecontainer span a:hover { background: #767676; }

#pdfframe { }

