/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d925d6f-4821-46fa-a224-29bd36071c62) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf7c1ef6-0846-4444-bb73-89407027415e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c78a2ec8-cdb7-4168-90a2-67cffac26683) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2135f0b0-7958-49d4-8fdc-ec5b6e452059) 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 {
}
