/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c59077b9-206e-4a59-813d-7303b04d3b2d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e84c202-9bd8-41a4-8874-34e4a98916ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a82206f8-c904-4bce-8b33-c2a1407848e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-678b4a00-f83d-4299-98ab-3acfcf14839e) 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 {
}
