/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eda496a3-740c-40ca-875b-02ae462a45a5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-93c73698-ce49-459b-8ba0-c9951b2b2376) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f5b8b588-9b76-42f6-ac64-10341c3bd6dc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0609f957-6e15-4bae-86a8-c996a35b8b14) 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 {
}
