/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d020317b-695d-45fb-8182-16a4ce543846) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e27d82c7-8bc0-4a9d-b16a-c11d65ac48aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-40328a9f-3363-4c2a-b7d2-60c2e6e786b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d1b80d79-92f4-4490-8efb-da3ba14ea387) 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 {
}
