/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c6f9f94c-276c-43d3-89ae-16fdfd264252) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-63ac5979-b5a3-48e9-8c73-260d9214d44a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7ba36f1f-c3f9-449f-9897-320b42056eed) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-29d4c747-9c35-4c61-8820-ec4037826ab8) 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 {
}
