/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8f4ebe49-ab3d-484b-b7cd-d7d62dabf277) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7049ea5a-ff26-48c6-b793-868fda89c6d1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-675312ca-e7ea-4592-a208-c3ab21cc3a3a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b99d8cd8-b981-494c-ac18-d91b5dea1240) 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 {
}
