/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ebbb6890-f1ca-4ad2-a3e8-2991833a93d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51c7e5f6-7960-45c0-8b71-0611eff780fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3bfa545f-1a89-4160-800e-ba1d2939a341) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b90841bf-544c-4c28-b999-eb5d37d8e0ac) 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 {
}
