/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e27cadf5-034c-431d-a11c-538b281fa9d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-da189a52-ac10-463f-bddb-b5ee1d12c8e1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-34ea2133-740b-412b-8783-db6a6c52480b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5735b5f5-2c32-4b1a-af0d-4fc34834e6ed) 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 {
}
