/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4f69d23-b28a-4646-abc7-a2d456475e8c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b2a142e-285b-419f-9164-00f60a94b3a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-000edd49-dc39-4076-956e-0d997c7ddba5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-489bb349-71af-4362-b38f-14f1b06bb628) 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 {
}
