/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-351fdea6-faa8-4067-8246-0815432b1467) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-488f5ebc-1e66-4280-8b9e-a8423e65b5fd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-821f2aff-049d-4b16-ad7d-ca053f992825) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7341487-6cd9-4b40-a4fb-97db676903fb) 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 {
}
