/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-615c9707-5ba3-41cf-83f7-bd72d5ec9d83) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f6581741-b801-4902-ab75-69312b6570bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-81d76a0f-5c30-467f-a0d0-63ec135313c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-778b6320-76f6-4f07-943a-e52b12fd1d35) 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 {
}
