/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-23dc9265-cd81-432b-8347-bc37f225054f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-38a35cde-abd3-4995-95fe-ad9a8454533e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-20daba12-a012-4adc-b6ee-e2ad97d4e032) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9cb5aa22-c912-4a75-b637-3d109146f741) 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 {
}
