/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c84c35bf-2e85-4ba1-b565-532632c58cc0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6ac15ef0-28c9-41da-85fb-747828ec7259) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c4efadc5-4f6e-4f89-a7cc-2d6c56851597) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81cd8735-c162-4d3d-a149-538bcd5c7de7) 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 {
}
