/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-34a7c2fe-6868-45f9-b65c-210d7186e884) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-681bad0f-b702-440d-8a67-823a17ea611d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c0d9faa1-6537-4e81-a96a-c3cab7bca903) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c0013952-7857-49ee-ba02-33deff8fe3c2) 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 {
}
