/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91cf4b5d-7758-4367-8069-0f31befa19ae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-333833a2-6b43-4646-b8a8-3f40223df768) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b1a5c303-9961-4ecc-9681-0b06869f80a3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7686aa85-617f-4294-97e2-5621b3eed2e9) 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 {
}
