/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b857f132-0cba-4b1c-b397-24506c9a7258) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-759b902e-b724-432b-b798-3e68206551ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-68c75be1-97cf-4b1b-a730-512bab4df54e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c631cea-6856-4964-9a5d-20dfc063b956) 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 {
}
