/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-240ab503-aa68-49e5-b65f-5c3941021146) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51c97d4d-997c-4ab4-872c-c3ba7a861263) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2ff12aaf-7341-4a67-8e18-3919a4230509) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-378619a9-da2f-490d-ab47-8c3d1514fb3b) 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 {
}
