/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0bb8d99f-ce41-453f-93bb-5225a1c29a02) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7bed464f-450b-40e0-841b-b4f380299099) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bad442d0-13ce-4620-97cf-a753494c4c63) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-abab46c6-29ea-4c09-b262-bb79b7424ebd) 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 {
}
