/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d88d4426-7868-4c33-a2a3-770b627e2a76) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e46cb5c3-f4be-4d22-85f6-13487186a7fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2391ecf0-86d2-4dfc-bee3-42dbfe780b34) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2fafe3dd-34f8-47a8-abad-07b7ab6d0014) 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 {
}
