/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1f616f68-3142-435e-9b2d-731c5be89892) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6f74fb1d-1aa8-489f-87c0-2557082c89e2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1762d353-03a2-4856-b033-f8a030e3ff78) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1aba8abd-4cca-4f9c-98d2-4a1dbd8ff9fb) 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 {
}
