.dragresize {
 position: absolute;
 width: 4px;
 height: 4px;
 font-size: 1px;
 background-color: #005C4D; 
 border: 0px;
 margin: 0px;

 opacity: 0.9;
 -moz-opacity: 0.9;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);*/
}


.dragresize-tl {
 top: 0px;
 left: 0px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: 0px;
 left: 1px;
 width: 100%; 
/* margin-left: 1px;*/
 cursor: n-resize;
}
.dragresize-tr {
 top: 1px;
 right: 1px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 1px;
 height: 100%;
/* margin-top: 1px; */
 left: 0px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 1px;
 height: 100%;
/* margin-top: 1px; */
 right: 0px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: 0px;
 left: 0px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: 0px;
 left: 1px;
 width: 100%;
/* margin-left: 1px; */
 cursor: s-resize;
}
.dragresize-br {
 bottom: 0px;
 right: 0px;
 cursor: se-resize;
}
