/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b981be6-93e5-409b-84a5-b22401f5c7ae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-30fb70dc-ef4a-4a63-bed9-6d80ba78e2a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7fd1b583-c438-4fb4-9dc7-a62d3b1201f4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12d524b5-53c5-4fde-9fa1-23c380027555) 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 {
}
