/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-550b2153-249a-45eb-a6d3-7d524a1f5285) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7c42c316-2f58-42a5-9f31-68b6b1fbe475) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e7dbe8b-4630-46fb-95ba-ddec1eb6d8a7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-29741bca-4f10-484a-82dd-99dbd731d000) 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 {
}
