/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c082fb61-7d7a-410f-84fb-46d7f8367e8f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3d965c7-0db0-435b-9e60-fff47461e72e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-39de9d11-00c0-4c81-bd46-78c94d3ad17c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4e146ec2-89fd-4188-a7b4-572ad68e1ad0) 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 {
}
