/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3f1a4b37-a227-4889-9cae-08e8ac3c0dbc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-05a20185-d200-4a9e-bd77-1d37cd1d36b6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-67fd01ef-8855-42f1-96b8-b8f3961ca2b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e1344e0-a13b-495d-9d7b-2f5b2a36f0c1) 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 {
}
