/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1a32960-3a17-4536-a72b-ba26f2aa06bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-37fbf682-a7b5-46b0-9a40-d6e4a1eec5f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1d00b7ab-7da4-45f7-9322-6656abc838b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9aeb9f5a-ab9c-4db0-b0ec-a5b411033752) 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 {
}
