/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2e553d86-37fc-4bf7-a8cf-af1055923350) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-324278dc-2d45-4b30-b462-dcd2b648bb2c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-72d29010-9b3b-4366-bea1-74a783da303b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-374ffd60-76d7-466a-89ef-cb0a7ef2559e) 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 {
}
