@charset "UTF-8";
/* CSS Document - Box Area - Copyright 2010 Torrenegra Labs */

.boxareaselect-border1, .boxareaselect-border2 {
    /*background: url(/img/areaselect/border-h.gif) repeat-x left top;*/
   background-color: #FF6600;
   height: 7px;
}
.boxareaselect-border3, .boxareaselect-border4 {
	/*background: url(/img/areaselect/border-v.gif) repeat-y left top;*/
	background-color: #FF6600;
	width:7px;
}


.boxareaselect-border1, .boxareaselect-border2,
.boxareaselect-border3, .boxareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.boxareaselect-handle {
    background-color: #FF6600;
    border: solid 1px #000;

}

.boxareaselect-outer {
    background-color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 5;
}

.boxareaselect-selection {  
}