/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e676a6ca-c140-445d-a518-3665ca55b402) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fa4c7ce9-86d5-4b36-8aae-47502b23354c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97f50d80-9740-471d-896a-62e3500f2aba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fd4c63da-6d10-45d1-869b-2475802ce439) 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 {
}
