/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8248cf9f-3387-4df4-a6a2-d5acec4c4d9b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-be1478f3-426b-4f39-98c1-6288004800bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aedc6827-3bad-453e-ab44-06de2eff0a2d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8cbe9609-a8ad-466f-9963-8c53d5d98381) 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 {
}
