/* CSS style file for Plemp! */ #header { position: relative; border-bottom: thin solid gray; height: 100%; } #header h1 { margin: 5pt 0pt; } #add_dialog { display: none; } .left { text-align: left; } .right { text-align: right; } .draggable { position: absolute; padding: 10px; width: 400px; max-height: 300px; overflow: auto; border: thin solid #888; background: white; }