/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c104db6e-f5e5-4045-a535-55b87db1a6f2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2e022cc2-dda3-41a4-a90f-9dee78e56b85) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b89f1e70-806e-42d8-a16a-85d44cb0d11f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-936db7a1-8092-484e-828b-74cf646329cb) 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 {
}
