/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-039be722-86c0-4c7f-bb61-1615f72494cc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8efebc0f-b43a-468e-ba74-49c34eb4d809) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d68779ad-8f84-4f3d-bf58-f0836506bf70) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d38ae035-d554-4562-8af6-f6c218e9b2e7) 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 {
}
