/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c8d73843-2337-411f-b0c4-233d99baea3d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b23e1136-4999-4bf3-9e7a-aaa74a17c663) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0857fff-20e1-4ade-9436-a550afba587a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fd2f75be-38a8-4f10-b918-8c229ae08e18) 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 {
}
