/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0b8e561f-9c83-4797-9056-ccf8d1c51d8f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-24a027ac-00d9-42bf-8a61-bdf866e35d1f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e757a98a-84f3-4b9c-8b67-ce010b74c27a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-683e4694-d113-4264-8046-ded8e1c50b8c) 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 {
}
