/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed7dc79e-339c-4284-a6f3-7b798fb194f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-27a1ff7f-9c11-40c3-9753-9d906bbbae0c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-679765be-58ec-4b12-9cd7-7faa5b8a8b32) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5a072b19-6db9-4dd1-930a-670150f12a71) 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 {
}
