/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3b89fce1-3495-40f8-a00d-1ca6a010885a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cdb3ac9a-55ee-4897-b3aa-35ae4156db92) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-03be3203-dded-4c07-8f92-f373e2fca46d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d4d20b78-b903-49f3-9fc2-70fad65ab8ae) 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 {
}
