/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-64cd6183-83c3-4da8-a203-b363f3ca5fd7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2d8714a3-79d8-4ffd-9936-d31b26092473) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7a1f8fe1-a690-4d08-ae77-299f5a53908b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-de64a0ac-c0da-4f74-bda8-9d36537dbbff) 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 {
}
