/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d0c9cd68-b89f-43a2-a550-e40cedf751e9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0c99892b-3f89-4f47-9546-1e67bbddd185) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-800a0ec8-c6b1-403c-a749-40286c01dce7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-605ddadc-d0ad-4031-9006-c27da4932823) 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 {
}
