/* CSS Document */
.div{ padding:0px; }

.formwindow {
/*background-color:#888888; */
padding:0px; position:absolute;
}
.formcontentarea { 
background-color:#CCCCCC; overflow:hidden; 
padding:0px; position:relative;
}
.formtitle { 
background-color:#999999;
background:url(/os/owos/images/title.PNG); background-repeat:repeat-x;
padding:0px; position:absolute; cursor:move;
height:26px;
}

.buttonLeft{ width:2px; background-color:#000000; padding:0px; float:left; }
.buttonRight{ width:2px; background-color:#000000; padding:0px; float:right; }
.buttonCenter{ padding:0px; background-color:#999999; text-align:center; color:#000000; position:absolute; overflow:hidden; }
.buttonCenter:HOVER{ padding:0px; background-color:#BBBBBB; }

.bdr1{ background:url(bdr0.PNG); width:4px; height:30px; cursor:nw-resize; }
.bdr2{ background:url(bdr1.PNG); height:30px; cursor:move; }
.bdr3{ background:url(bdr2.PNG); width:4px; height:30px; cursor:ne-resize; }

.bdr4{ background:url(bdr3.PNG); width:4px; cursor:w-resize; }
.bdr6{ background:url(bdr5.PNG); width:4px; cursor:e-resize; }

.bdr7{ background:url(bdr6.PNG); width:4px; height:4px; cursor:sw-resize; }
.bdr8{ background:url(bdr7.PNG); height:4px; cursor:s-resize; }
.bdr9{ background:url(bdr8.PNG); width:4px; height:4px; cursor:se-resize; }

.border{ position:absolute; }
<!--.tl, .tp, .tr, .lt, .rt, .bl, .bm, .br{ position:absolute; } -->
.tl, .tr { background-repeat:no-repeat; width:4px; height:30px; }
.br, .bl { background-repeat:no-repeat; width:4px; height:4px; }
.tl { background:url(/os/owos/images/bdr.tl.PNG); background-repeat:no-repeat; cursor:nw-resize; }
.tp{ background:url(/os/owos/images/bdr.tp.PNG); background-repeat:repeat-x; cursor:n-resize; }
.tr{ background:url(/os/owos/images/bdr.tr.PNG); background-repeat:no-repeat; cursor:ne-resize; }
.lt{ background:url(/os/owos/images/bdr.lt.PNG); background-repeat:repeat-y; cursor:w-resize; }
.rt{ background:url(/os/owos/images/bdr.rt.PNG); background-repeat:repeat-y; cursor:e-resize; }
.bl{ background:url(/os/owos/images/bdr.bl.PNG); background-repeat:no-repeat; cursor:sw-resize; }
.bm{ background:url(/os/owos/images/bdr.bm.PNG); background-repeat:repeat-x; cursor:s-resize; }
.br{ background:url(/os/owos/images/bdr.br.PNG); background-repeat:no-repeat; cursor:se-resize; }



