div.dialog{color:white;position:absolute;margin:5%}
div.titleBar{font-weight: bold;color: red;height: 20px;cursor: move;margin-top: -20px}
div.resizer{height:20px;margin-bottom:-20px;background-image: url('../../img/resize.png');
background-position:right;background-repeat:no-repeat;cursor:se-resize}
div.content{height:100%;padding:0 10px 0 10px;overflow:auto}
b.close{left:100%;margin-left:-20px;position:absolute;cursor:pointer}
div.dialog,div.titleBar,div.resizer,div.content{background-color:black}