/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-76620391-8cb5-48cf-9fbf-d438b3fc2c79) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea673511-110f-46a1-be8f-0a21889b7b8f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5975d7a1-b662-4f51-82f8-dc1480db46d9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0f5e0a0-5e5e-492b-a5a4-c680df8a282a) 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 {
}
