/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25edf28c-1c08-4a2d-a43d-d8703d75cf05) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab63adb5-b0c8-4295-a108-2c54c4d2a839) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52655377-827b-44d2-879c-9aaf305d3c7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f325bfa2-8689-4b33-b245-c1285b56ee64) 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 {
}
