/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82cce4ea-a941-4a95-88d4-3423e8344e87) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6bbe575a-1f0d-4fba-800c-7d1a56ae3cc3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd477fcf-f5a8-4530-83b2-3905d4525ce5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1e78e183-1c76-46fb-bc78-c9bc7d0b3369) 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 {
}
