/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8754a72d-c7dd-4870-a6f3-06bb21cfd9eb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b41a895e-ecba-4f48-bf6c-e5278eecf51a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6dbf50e7-e46c-4b6b-a1f6-6c6a1b9c9e48) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0586472a-95d9-42ac-9ac8-35ea240c7773) 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 {
}
