/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-40b4f8d0-7a3a-455c-81c6-6758429ff299) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-25f6ab17-d265-47a4-bba0-9a38cfa6962d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d943f6a7-2451-4171-9859-cafb7205ad77) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4219ef55-e0f6-46f5-b752-8b73c2d99583) 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 {
}
