
.dragResize {
	border-color: #000000;
    border-width: 0px;
    border-style: dotted;
}

.dragResize_n {
	border-top-width: 1px;
}

.dragResize_s {
    border-bottom-width: 1px;
}

.dragResize_w {
    border-left-width: 1px;
}

.dragResize_e {
    border-right-width: 1px;
}

.dragResize_nw, .dragResize_ne, .dragResize_sw, .dragResize_se {
    background-color: #61970c;
	border-width: 1px;
}

.anchor {
    background-color: #61970c;
	border-width: 1px;
}


.dragResizeInactive {
    border-color: #c0c0c0;
    border-width: 0px;
    border-style: dotted;
}

.dragResizeInactive_n {
    border-top-width: 1px;
}

.dragResizeInactive_s {
    border-bottom-width: 1px;
}

.dragResizeInactive_w {
    border-left-width: 1px;
}

.dragResizeInactive_e {
    border-right-width: 1px;
}

.dragResizeInactive_nw, .dragResizeInactive_ne, .dragResizeInactive_sw, .dragResizeInactive_se {
    border-width: 0px;
}


.gbl_drag {
	border: 4px dashed #FF0000;
}

.gbl_drop {
	background-color: rgba(0, 255, 0, 0.3);
	border: 4px dashed #00FF00;
}

.tl_drag {
	border: 4px dashed #FF0000;
}

.tl_drop {
    background-color: rgba(0, 255, 0, 0.3);
    border: 4px dashed #00FF00;
}
