/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5ca40fa1-67d2-4b63-9711-15c7b5287576) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b8d5fe4-a863-4d00-ba39-35034832bb55) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60fddc9d-35e9-4423-b77c-6464e18ba1a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6c125aaf-7bc3-4dd0-8a99-0a46e2108706) 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 {
}
