/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87d9cbdc-fbe9-442c-afa0-169b52b1587c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4b3f7ea5-5c05-4a81-9b79-ce52cf45c5e5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c812d94a-dbe9-47ab-97fa-bb992f5d9a00) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a58b114c-a252-47b2-99a0-91a884fb5dd1) 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 {
}
