/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cbc34bf-c28a-4e63-910e-b3f5078fefa9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c66789f2-0fba-4547-b5f3-bd9f951359fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d92143fe-8a5b-449c-8ee3-90cd0853f18a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bc92e92e-a3bc-423f-a1e0-9193fc9a0f43) 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 {
}
