/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6fda76eb-daa6-4a15-a47f-dea7dc63290c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-88404192-778b-4fe7-b22d-6f44b81e548e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9933a7ad-ec50-4fe7-9c2e-1b4606e41579) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-49646c30-e065-4037-9709-6a51864da4a4) 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 {
}
