/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-99d4f015-1a28-462e-9d6a-78bcdf0ac41f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-07bc61df-7a0e-4d84-a762-dfc9c10714d6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a956a579-3674-4cde-bbd9-a5d577e24f49) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a616c15e-32da-41e3-8015-139fb895c36d) 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 {
}
