/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dbad8118-bf42-404b-aef5-03b2432d2a75) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee656046-44dd-4978-8d1e-eb429332f827) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-23127ba0-6239-4019-9a8e-0f513f08906a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6ca06668-da21-4491-80f6-4a247d6fb7a8) 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 {
}
