/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0afd355a-4cdd-4954-b506-6a51e925039e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9b56caac-1ba1-409a-b471-8c81e12f7699) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-678d3604-bc00-464b-9605-115a58b74038) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2ba4afd5-98e4-4431-9712-f346a42b1847) 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 {
}
