/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f639fc55-a9fe-48d8-a4ef-488f1243fb82) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4211b7ad-0b61-4532-874c-81b8bab97c57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ce4fa2a0-574c-478b-bfd0-b7e460e9d1d5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dc107b36-f129-491e-a03c-7a109261da45) 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 {
}
