/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-39eb3f46-3220-4090-9d06-491ee1322bbd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dc264876-1f19-4d30-a1d1-7b800dabeba1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-22389bb9-14ed-4628-942a-232b37eb815e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6fd0ae3a-8722-4a15-ae1e-504ff44fef4c) 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 {
}
