/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f57b4dc5-36bc-4457-93fa-af999949759e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ccfe7f3f-2265-45f5-a5ec-40d85de01d12) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0332bf7a-18af-4ce1-ab63-ab298371f114) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce22ca72-1e9e-4a7a-8bb8-0b6a6074c48e) 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 {
}
