/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52582530-33ad-4607-95a4-0feafa92c7f2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ac15adbd-9426-4108-9475-9d7c1cf410f0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fd25a1b2-5a4b-4a1b-a3f2-85d83041f2f6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7d3f2124-e88b-4d47-bbbb-2d8ab7749a23) 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 {
}
