/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-038a10ac-ba2d-4366-97b9-d732ca7db959) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1ed61e9f-079b-4954-b04d-c2aef5bb11e8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d8d70973-1113-4803-b669-c2d073e80d08) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-903a78d2-6f02-40aa-a9f9-18b36bf925ab) 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 {
}
