/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6566747f-279a-4912-b758-2e2a61e92f75) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-344f3728-c586-4375-827c-80fc3bc0fb11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3d599a03-2b84-488f-a090-17ffb1d2bf26) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-55cf8c12-3d0b-46f6-8f65-9322c06ce13b) 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 {
}
