/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8ff2d5ff-2322-4cfb-976d-1799ae6e60a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1cd364b0-4002-4d23-9121-4849e7c08ddd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8851def7-8051-4b46-a3a0-858d45cd7707) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e7d86300-68a3-40bd-8167-51d6cf8f00b4) 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 {
}
