/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4715264d-a9c3-4807-b3a4-9213dc3e28d5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-86c05fb9-0529-4663-966b-1d1b913682b9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3a5f1949-678b-42d0-bfed-6a35c7e7360d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d58c8cc-f23b-46bd-9c21-ee9cb3ce2384) 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 {
}
