/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b2761b63-c187-427c-bd4e-72b37104203f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-782fb326-d2c6-42bf-b101-3470da52bd70) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e7ca362f-3994-42cb-a7b8-cbabae975d35) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14916cf6-7680-4312-aa9d-86ebdd0b151b) 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 {
}
