/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31e73a8e-71c6-4e2f-baf7-effca94ef3b3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee91817b-de04-4485-acaf-c026eaa6fac3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-035628eb-3a79-4731-bce4-577a470c3c35) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2317127f-b043-4e22-b286-239164ba15f3) 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 {
}
