/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6b169f3b-6206-4c7e-9784-42fb68bb43a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f17c62e5-0c31-4930-96b5-149cc11619d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-454b2510-f4dd-4f6a-8184-f9a70abe366a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0a5edcac-491b-4990-848b-59fc676f1d7d) 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 {
}
