/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-adb9ebbb-fe22-4260-b8a1-5f0ce12d1582) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-67d6ae16-9541-40bc-a097-8581289a0fd2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7574f813-e9dd-4a82-9ea9-a561e6f33bd9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a2871cd-a38a-40ca-b9ba-9c2fb007c9a4) 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 {
}
