﻿     .xresizable-wrap .x-resizable-handle
    {
        border:1px solid #333; height: 8px; width:8px; z-index: 3; opacity: 0.75; filter:alpha(opacity=75); background: #fff;   background-image: none;
    }
    
    
    .x-resizable-handle-east,  .x-resizable-handle-west
    {
        top:45%;
    }
    .x-resizable-handle-north,  .x-resizable-handle-south{
        left:45%;
    }
    
    .borderHoriz
    {
	    position: absolute;
	    width: 100%;
	    height: 1px;
	    background: transparent url(../images/marqueeHoriz.gif) repeat-x 0 0;
	    z-index: 3;
    }
    .borderVert
    {
	    position: absolute;
	    height: 100%;
	    width: 1px;
	    background: transparent url(../images/marqueeVert.gif) repeat-y 0 0;
	    z-index: 3;
    }
    .borderNorth { top: 0; left: 0;  }
    .borderEast  { top: 0; right: 0; }
    .borderSouth { bottom: 0px; left: 0;}
    .borderWest  { top: 0; left: 0; }
    
    /*.mouseOverWrapper { position:absolute; padding: 5px;}*/
    .mouseOverWrapper { border:2px dashed #e6e6e6;}
    .regularBorder {border:2px solid transparent;}
    .selectedCanvasBorderOff {background-image:none; }
    
    
    
    /*width:555px;
	  height:250px;*/