/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b2bc5727-8314-4e03-9142-bad5a60a7ce7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d168c10d-2283-4511-abcb-6bd5eff8a7d5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-61b404d0-8487-48d1-bf51-bc74ad46fd96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4e738638-48ef-4e53-bf47-52cb0e794a6d) 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 {
}
