/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-701aea0e-0bfd-45df-98a0-554e397aa299) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba8515e6-b68a-4171-a03e-381bcf2206f9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ae722652-ef59-4a1c-9083-5bc6d75239e9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7ac9671d-07ae-4cf5-b3a4-a25a0694576b) 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 {
}
