/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-07ed3179-667f-430c-b817-3b59e0dff6df) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efdc025f-ab77-43e8-a3f6-d9186004796e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-de12e21a-1783-4b72-9dbf-a0b0c7360f24) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc64183f-d01d-4950-859c-f4d1f1a8e736) 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 {
}
