/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20df6eee-8c41-4a3a-857d-87f1984dfeba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f5d88aa8-a430-44ec-a1d1-8a4e2d4dba81) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d14eba52-3299-4f21-9142-d82eca4756e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-efb4456f-35b0-44f7-a246-efcd961ac5c0) 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 {
}
