/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f5bc3d25-a5a3-42f2-b5ac-9fe5924fa5cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e9e00057-00fb-4ada-86c8-9eff4325f7ea) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6376e34b-ca6d-4ed8-9416-6987fee01502) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a41fbc8c-144a-48c0-af5c-4c2702a38d15) 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 {
}
