/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e106374-87b4-4866-a79f-635370b76004) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dff1859a-085f-4742-b7c9-3755c5fe0405) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6e42b956-918b-417a-9248-1054ddb73384) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-580081ed-7a04-4beb-93b2-aaa95126f612) 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 {
}
