/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c15191f8-13b1-4997-9cf9-fff31342f5f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ca9eba5c-9b28-446b-85e3-d3c3b66fedc0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-713c90c6-9579-4558-9fc7-a15a353e4bcc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-de37ce72-48d4-4dda-bba0-2c79b12f3c04) 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 {
}
