/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-67fa84ec-db6b-4023-86a9-7f61198cd120) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0bf75694-73df-4330-acb0-b43414050f92) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7eab2644-2bf5-4075-bef1-e4dfb8a2b666) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-073fc51f-d9b1-440f-88d4-a0dda11623d0) 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 {
}
