/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-872369f3-8f85-450c-9c2c-8234cc22b1e6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81382e02-50eb-4ea4-9099-a0984d8a8309) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3c159525-1b0f-4c09-a7fc-e019f87d1be0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-19bd449c-af14-4a72-828b-6c7f642c5cfe) 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 {
}
