/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-be6ec556-3c1d-4c77-90c6-d0bb4a69181d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c2fe7f05-2196-474d-b760-81210dd41671) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6ef66c7c-e0e7-450c-8b4d-bd93ae2e04b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a9d97f7-48e5-4aba-88d1-20973d7a6f4c) 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 {
}
