/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e528944d-fc53-4551-b79d-21f52f5efaa2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e4faeb84-3f16-4643-8f31-91b2d4e8876a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-12ae1883-a822-4a92-beb1-fb108b211d76) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c4645aac-b8bb-44d6-8cbf-9f8ab67a9bf1) 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 {
}
