/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a17d43bd-a621-47bc-8790-f2c93d97a212) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b92f7426-48f2-4b0d-ba21-3459b6f8c555) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-64b108c5-df5b-43cb-8961-47df4e8bfa2d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-37bb6043-4b70-410f-a8ee-6df52b931926) 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 {
}
