/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c854933-3cf1-4ca2-8c85-510087217dcf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-73efc59e-af8a-43a0-ba81-d6fff7ebc955) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9bbbb9c4-ba73-4045-ad86-9ecd84851ad2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1c348047-063b-4b7b-a6f2-924b468d9c43) 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 {
}
