/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3a65b99d-7346-40d9-9b63-0af3d74392f2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-656f0a9d-6244-40fe-81d6-0f12b3b9dcb0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2797b755-506a-4991-a3ad-26bc6719101b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f78b678d-fd14-4810-ba28-7723029d4fed) 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 {
}
