/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4f6ceff-b0b5-4d87-bbef-5149b676b51b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-af4b26d9-f3af-487d-a11a-0416a705be06) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d89ca57-7cef-42e4-846f-4af3a245176b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a1f0062c-94ab-43ed-8cfb-1771925264e6) 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 {
}
