/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e6efb0f3-d4aa-4065-88ce-48654cad1dfc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4eb92485-35ed-4a56-99bc-8f1c6f16f297) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-23f0871b-9f52-4fc5-af34-d5216e6c9af0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3aa37e3d-4176-49d9-889f-3da49d9e68aa) 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 {
}
