/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-257dd82b-a71a-4493-8bf2-d632e0cb5bd4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d6450c5-bb5b-41ea-af85-f22a6944181a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d3ea1b5a-73e5-4168-a577-8ce9758eb20d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ff4c3b79-43ae-4955-bc58-643cb650387a) 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 {
}
