/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-969e0074-e389-47f3-b0d8-b9a58d29b54f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a3548df9-9eba-4190-a12d-3ce9fff12336) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b4e1c5b8-71df-4cf1-ad6c-febc16d4e557) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2e2e520b-b8c6-4234-a1ad-22a46663d0a0) 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 {
}
