/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-11602122-744b-4242-8e2f-24fac9f77d86) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4cc8a03c-ebb9-42bf-8221-c27af24d4f58) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fc26239c-ffd4-418d-ac51-88c8bd236462) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f9d512d8-26b5-4e45-8330-e7d22492be22) 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 {
}
