/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a84e97f-ac10-44af-ada7-101f3dc96dd4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7569ec2-1a4f-4e0f-b471-379fe4b23562) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-31d0c462-5bab-4ccd-a747-77a38ad7af28) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d7fea105-1450-443e-9ba1-01e8fa7b2551) 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 {
}
