/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b89174a-1486-451d-94c7-efc557789f07) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b9d324e-e243-4b9d-abf9-eea894c5d2ac) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-751fdf53-074d-4978-be6a-4043668abd8d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e24061a-52dd-4bf2-88f6-1540aa65ddf4) 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 {
}
