/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cf3c99e8-3b85-4df6-9e1d-68c71803c9c1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89d57c4e-8ae3-4a74-b694-c16126fc2b17) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-95e869d1-f1d1-45ac-b0c2-74ce8f083277) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f7f9414-5021-4ac4-b071-1fa47a078915) 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 {
}
