/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-80767ef6-d1fc-4958-b25e-54e4ba23f8d0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1ca0489-f509-4c48-bad0-7c8148aba3f0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-963fb914-b179-4e9d-b53b-1288f8e16cca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce4596e6-c6c8-4b12-b3d6-66d520e523fb) 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 {
}
