/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5924ed5-c60e-487a-bca4-9f1940a20003) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b96ee95-eb8f-4785-9a56-e6896718f0fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-50cc7ebd-0a09-44a2-95b4-3afe38bd11e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fce3c674-1dca-4f9c-9323-99d9abe54a27) 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 {
}
