/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bb42dc0d-0b8f-4779-a6c9-54228756ba5c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-440f282f-7d04-4719-8cf2-2b1ea32b38eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b94badd-e5dd-45ab-bdbe-24b5d625399b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2549a542-686f-4f7e-b0b3-1e85796a0943) 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 {
}
