/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5f17e498-1ff6-4927-84a8-631cb10c99b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e3140ca-a40f-4fb1-8924-186c03b53243) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-65950917-d4bf-4979-8f37-5f36a8514d31) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8cda6c1e-aa80-4542-8420-5ee74b933d4a) 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 {
}
