/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-58a2a63b-1e13-4464-a753-9a41207560b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-32b50d3a-6b3f-4e6d-909c-29022da36e06) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ee24f691-cde5-4f97-817e-0077baacf40b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5014a6f6-78a4-43a5-bc56-e883d2318795) 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 {
}
