/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e5b4bb1f-122b-492f-ad02-fe3b7bdff330) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c699f57-c81d-4743-94ea-66e7e79226e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b1bc1d50-c02c-4543-b846-2bb8ba3a9efc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-37626640-5d8c-47c6-a0c6-df7bc0293421) 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 {
}
