/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-80cdc9f2-353d-4d70-8c46-69b389d4f8d0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9454b934-d940-4a1e-a51b-70b31aa5eb8f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14199319-f192-4e3a-9abe-1bf0f6f7ba69) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-09cfa24b-2a09-4a05-a25e-7030ee9dd433) 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 {
}
