/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-160ed475-4661-4a5b-b373-53d89205aeb8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a7dbe70-ea35-4973-a80f-a5574336fac2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-679f1758-385e-4110-b7c4-e4a27a27f5ce) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc9e8320-c3bc-48c0-93fd-6dd47643b9c0) 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 {
}
