/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-91350bd8-2f2e-48f4-a768-d0b63bcab0cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a58d5ab8-8e8b-416f-8c60-6fc46d97646a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7fc3056-5b20-4be0-ab94-6ff4775fcad0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2547f2b8-9f81-464b-8265-cd1f2ecc6623) 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 {
}
