/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-de2c2a14-e73b-488a-902a-90146360697b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a974a27-f6fa-44ad-979d-20a802a3e80d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0cc29e29-4fbc-4832-8c76-922524f292ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-11f2676a-6bb4-4629-b476-4539b0000ce4) repeat-x left bottom;
}

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

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
