/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d6380519-7caf-4202-a8cc-2d28558c014a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-08562da6-520c-4200-bd8c-3b7c121631ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3addb09c-edf3-4312-8284-d1ed599c39a6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-23b42a83-7980-4ac0-88f3-0f8e44928a1a) 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 {
}
