/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-74d53b70-1fb0-4471-b0d3-a16127386ade) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f6c880b8-cfc6-4da6-b86d-a266c416623b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f5241127-7f5d-4875-aa23-a74c44051497) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3abf6870-940d-4440-b155-61a429102cb2) 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 {
}
