/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-99ed8cd8-7696-4933-8703-091ab3a9651b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5bb5b5ee-2bfe-423d-8734-62a6458be73d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-780b0fa1-a1e1-4a74-9367-40665560a2d4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c651c446-3a16-4842-84f9-dc9b67a22796) 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 {
}
