/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6255a473-66cc-4f3b-a453-ed05bee5a5ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-03572e66-bc3f-449c-b99c-5f26c6217557) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b76d2381-9551-46c9-9d42-6dac5eb551b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9c7c6d1d-17b9-4bd8-a4f4-9ce3e9f3002b) 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 {
}
