/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8d05b3ad-fb5c-4929-9e85-3cf217870369) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-58aa86b2-8323-4110-bba0-ddcdc90fba9e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c5e8ea86-2486-42a6-a952-9086bb38f1bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-32152206-1c9f-4bed-a035-c034ccae9080) 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 {
}
