/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d2784ae1-423a-4da4-aa11-2710643e403a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f2d851b7-df0c-4658-a0bf-5d5ec67a5df8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fc738e22-fe8b-4860-8997-88124f809536) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-766ef258-0832-40fd-860e-0b8d1d724f74) 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 {
}
