
/*
 * ============================================================================================
 *
 *                                  V o z z w o r k s   L L C.
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       VoZZware LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 * ============================================================================================
 */
.VwElasticBorder
 {
   border-top: 3px solid black;
   border-left: 3px solid black;
   position:relative;
 }

 .VwResizeSE
 {
   width:3px;
   height:100%;
   background-color:black;
   float:right;
   cursor:e-resize;
   position:relative;

 }

 .VwResizeS
 {
   width:100%;
   height:3px;
   background-color:black;
   position:absolute;
   bottom:0;
   cursor:s-resize;

 }

 .VwResizeCornerR
 {
   width:3px;
   height:8px;
   background-color:black;
   cursor:se-resize;
   float:right;
   position:absolute;
   bottom:0;
 }

.VwResizeCornerB
 {
   width:8px;
   height:3px;
   background-color:black;
   cursor:se-resize;
   float:right;
 }

