/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd6eada7-cd5e-431d-8670-fd5a0d6d0e51) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-063a99f7-53e1-40f4-bc82-428ecba23bc1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-350a4e79-eb14-4f3c-b5c1-c30129844230) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8735eb1c-e465-495d-91fa-1a8f8ae67d1d) 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 {
}
