/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-79ee84bf-febe-4ba7-b0ca-0a16270c3408) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d27f1664-8ae2-473a-a31c-1328cd8c5940) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e2eb97c-6886-4b14-8a02-3b9fa72a2242) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bd507c62-ea53-4dcd-b77d-770c5dfbc65f) 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 {
}
