/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8398aef4-3d78-4093-951b-38c2c5e79fb2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-835fcfb8-4a65-4a27-93db-6424d27cf635) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b8b8860-395a-4085-ae3e-b76256b0f664) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e25a8035-02f2-4eb9-adb4-2167722b4775) 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 {
}
