/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31982a6a-1fac-42bd-96d2-b51915ba69cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-71a7b428-3e5a-4181-b6d9-7c483b640cd4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4f8cd9cf-0beb-4a60-8d79-4665b623fce3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6735dcd1-a3f5-4710-a583-22ff3a2ae6c2) 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 {
}
