/*button { background: url("/gfx/submitbg.jpg") repeat scroll 0 0 transparent; border: 2px solid #282828; height: 27px; opacity: 1; border-radius: 6px; background-color: #515151; color: white; margin-bottom: 5px; font-style: inherit; }*/
#dialog-wrapper { display: none; }
#frame-toolbar { display: none; position: absolute; background-color: rgba(0,0,0,0.6); border-top: 1px solid black; left: 0; bottom: 0; padding: 10px; text-align: left; }
#frame-toolbar .action { vertical-align: middle; text-decoration: none; margin-right: 10px; }
#frame-toolbar .action:hover { text-decoration: none; }
a:hover #frame-toolbar { color: #ADADAD }
.frame-rect { position: absolute; border: 2px dotted white; display: none; }
/*#tooltip { position: absolute; z-index: 3000; border: 1px solid black; background-color: rgba(0,0,0,0.6); padding: 5px; color: white; }
#tooltip h3 { margin: 0; border: none; padding: 0; }*/
.frame-pin { position: absolute; display: none; width: 32px; height: 32px; background: transparent url(/gfx/pin-disabled32.png) no-repeat; top: 0; left: 0; }
.frame-pin.active { background-image: url(/gfx/pin32.png) }