/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1aed5de-d464-4569-8491-55476684c612) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b463a082-b6a0-4991-abfa-871100b234ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a2f4d04b-c7e2-45f6-accc-1d3f27da0bdf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6bda54b-3ec7-4df7-b1a1-27b677f48873) 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 {
}
