/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6d66790f-2519-42a4-a4b4-d1596b50df7a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea729b02-4f4d-41ad-851b-c9898fa53b66) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-daf04748-3c1b-4973-a490-49bb3899a148) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3a8ea597-621d-47ea-85ad-a58b4f3d7a2e) 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 {
}
