/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f79ffff1-84dc-4c2c-803b-f7967f66b5a0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2739b282-327d-4bd1-8295-2924c666b5eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e89af805-da39-4e6b-9518-69841a6c16e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fa8eb36c-6c8b-4a6e-8f97-b7cd4d259642) 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 {
}
