/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-946c4e9e-57b9-4943-9594-bc8c44b95285) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9994dadc-fd82-411a-8b28-c00e23e77c78) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-12bf0c1a-88d5-4aff-a521-c2513ce1b810) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-34d48153-8e8b-4a87-8766-10eb90a3761f) 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 {
}
