/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2aec71f6-c1e8-46db-88e3-0ac333261f7e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3de09b2d-51a2-4cc6-a00a-2d81d77409ed) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a06f5c3e-4c04-42e9-b1b5-9f7be3daba09) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-26329b46-f0ac-4fba-8fdd-bc2635e81a3a) 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 {
}
