/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-46dc0aa1-805a-4020-8e0a-067df2774ad2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-da4f8476-27d1-41c1-87e1-03e1a604372e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c3a8dfd-64bf-49b0-8a2b-d0556c5ec12d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40d3a2ea-bbc6-44bd-a0e4-bf2d4782cb51) 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 {
}
