/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f824eee3-f1b4-4471-b852-9bdfeb089279) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dda33495-5d89-42cd-9c42-115f0e2132bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d1a1b494-d7bf-480c-9075-81e0c29be287) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dfc81e00-5faf-4a23-bc44-b8c426e7cf9f) 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 {
}
