/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e595a9b-952a-4e94-b203-79eb0ef7f90c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4dd956a7-ca43-4eac-8b50-451f97c47aa6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b9d205bb-8894-41f2-8c99-66c745684650) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ad1e8748-9b79-4833-9a08-f06d2000385c) 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 {
}
