/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3807984d-bad7-4c8a-8517-bc2fe591c89e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c99774be-82cb-4a51-a236-5f80cfc07a13) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ef92560e-cd9e-4ad1-8077-2a1372bcb356) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-582b198e-fddc-43bc-8785-592414412d76) 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 {
}
