/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-865e3176-3c14-46a6-a658-9476f10d8b95) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e587dea6-5f15-4814-8aa6-3377cf7847d8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-049f4d09-4a1e-48c9-a36c-0044cc3b47b9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-994990b2-7907-4fbd-925a-7e9e40480fb7) 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 {
}
