/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d05e0270-b79b-4c3d-8cd5-12357814a06a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a75c7645-e9a1-47cb-9ca0-5c81b3c2fb36) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-78b01588-0d02-4b06-944a-59cea8878cdc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ea0ec583-76c5-40ac-8277-0f50f03ba542) 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 {
}
