/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84d6f16e-d9d7-48a2-bb2e-165da45a1389) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-48a4c932-d5c1-47c9-a00b-94f106de35ee) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c5f4acf3-11c4-4684-a5ab-2811263390fc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bb7c568a-b3a0-4889-8c54-4bd50cfb776e) 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 {
}
