/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a8b9d6fd-d001-4aca-927c-82de34a3ab22) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d074a1d5-cb8b-4687-b631-9450c69aa526) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9c549679-3d9b-4435-a5aa-47b14808b19d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5a653914-24da-45c7-95e6-2c1e2b8b99ab) 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 {
}
