/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1796bcd-28c7-4420-99fd-b38185072f06) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7c1da108-198e-44a5-a478-9e6263b6d6cc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-df579dd3-2242-44c2-8bbd-eb904c1f8f47) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8cd2229-777c-456f-9fb2-fbfe3d067416) 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 {
}
