/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-542d0dd0-c1d8-42a8-b16c-f6346990e41f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b66eebc-2f67-4e9e-8ab1-1f1e07985ba3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3b979056-043e-47d1-8470-e7743cc6b75a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8b4c42c3-0c49-4651-8ef4-9ba65bf36e25) 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 {
}
