/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-654cdde7-3774-490d-935c-3172cdf35bee) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a020fe72-14f5-4949-b451-b7b189faaeb7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0ad90db5-bd00-499a-a7b3-a581178661db) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2eceedf0-550d-4240-b0c3-341f0ccf3bd6) 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 {
}
