/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-643f29d5-6ad3-465f-aea1-c004b3bea878) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8fb6cb0c-6e84-4cc6-9752-1617b87d5642) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-159c40b1-f550-4ca5-a290-1f0af21dc120) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-08f17aff-0a08-47de-b411-da12d1c1aab5) 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 {
}
