/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3cda93ed-8cd1-4455-9796-fc81a7402a59) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c26b9250-f464-4b8d-b018-2ecf87e30997) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ad9b818d-c790-4529-9ba4-758cfe3577be) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-17f92c17-f33e-461d-ad44-f1080cff53d0) 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 {
}
