/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0dbc0c14-2320-487a-b0ad-e7a984a0292f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-74c39880-5584-436e-b66b-5378d6966bad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e2e06bb-683b-49a6-90bd-c6832e1b5709) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3008e151-b26f-4bae-915f-aba6ff6bf74f) 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 {
}
