﻿#testdiv_1 {
 width: 150px;
 height: 150px;
 top: 300px;
 left: 350px;
 position: absolute;
 padding-right: 10px;
}

#testdiv_2 {
 width: 295px;
 height: 394px;
 right: 10px;
 top: 160px;
 position: absolute;
 padding-right: 10px;
}

#testdiv_resize, #testdiv2_resize {
 width: 12px;
 height: 12px;
 border: 0;
 bottom: -33px;
 right: 7px;
 background: url('resize.png') no-repeat;
 position: absolute;
}

* html #testdiv_resize, * html #testdiv2_resize {
    /* \*/
    bottom: -2px;
    right: 14px;
    /* */
}

#testdiv_move, #testdiv2_move {
 height: 30px;
 width: 100%;
 background: url(titel_middle.png);
 position: relative;
 margin: auto;
 margin-left: 3px;
 text-align: center;
 line-height: 30px;
 color: #fff;
 border: 0;
 top: 0;
 left: 0;
}

#testdiv_move_l, #testdiv2_move_l {
 background: url(titel_left.png) no-repeat;
 left: -3px;
 top: 0;
 position: absolute;
 width: 30px;
 height: 30px;
 cursor:default;
 }

#testdiv_move_r, #testdiv2_move_r {
 background: url(titel_right.png) no-repeat;
 right: -3px;
 top: 0;
 position: absolute;
 width: 30px;
 height: 30px;
 cursor:default;
}

* html #testdiv_move_r, * html #testdiv2_move_r {
    /* \*/
    right: -4px;
    /* */
}

#testdiv_win, #testdiv2_win {
 width: 100%;
 height: 100%;
 background: #0011c8;
 padding: 3px;
}

#testdiv_cont, #testdiv2_cont {
 overflow: scroll;
 width: 100%;
 height: 100%;
 margin: auto;
 background: #eee;
}

#testdiv1_minmax, #testdiv2_minmax {
 background: url(min_max.png) no-repeat;
 width: 17px;
 height: 17px;
 position: absolute;
 right: 10px;
 top: 7px;
 z-index: 5px;
}

* html #testdiv1_minmax, * html #testdiv2_minmax {
  /* \*/
   top: 7px;
   right: 17px;
  /* */
}
