/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-59cbb248-bf46-4ebe-a379-a999c1568804) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b1871df6-b7ee-43e3-8b2c-6cbf38147922) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cc0779c4-f1d3-40ef-9a98-d6565c597c66) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f555d002-205a-44c2-9a90-ac620966b2b1) 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 {
}
