/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ec8a29e-8bb0-4133-8c29-40c438f7006e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3dd9a19-c6de-46cf-b9ca-484b61009b37) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d84b9416-6d94-4eca-86ee-1a2a2f02d204) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-72fb07ab-46c3-4d11-850b-169a0d8ce2a2) 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 {
}
