/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a6fa3bd-39a3-4bc3-959d-1a6599280629) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab7ea714-b44f-4322-8c0a-433a1c022c5b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c860d059-27b3-4bfc-94ac-cd10a1466dfd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e4b084b4-e9a9-48ea-971a-55c55d7410a4) 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 {
}
