/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b5369979-2e2b-478a-92cd-74802575b3d5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1ba48cff-a0ae-4b97-9d96-c60c8def5b13) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bded2f5c-9806-4356-ad81-3447bd76260c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ad807ab-f230-49de-bb05-bd53a7de5fad) 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 {
}
