/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3942cc57-5de0-4d5a-98c1-c61cbdcf322a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6b216a83-0596-4f02-a60d-5dcfba8a4e98) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c5cbda4d-6d73-42e6-b0b3-5789f2042e1f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f4c61a35-5ef8-45c5-af76-56f9465855e6) 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 {
}
