/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f71a161c-1425-4a00-9a31-10dcf99d9520) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-01cdbb1f-35c0-4fbb-aff7-87c85c9235d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f545678-56c2-4a8f-8c5d-72f54f54790e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c1b64075-6860-4073-948d-0360e8180afe) 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 {
}
