/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7b00276f-ea99-40c6-9832-4a5bac2107eb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3900ddf-623a-4c1f-b14d-33ae007cd33a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-740cba53-b349-4c1c-899c-c7425ecdd401) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-33699e34-6762-431a-9c8a-72d50952cc6c) 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 {
}
