/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-48f9eed4-bd61-4898-8279-eea625940f7d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a8c2b161-bab5-400c-afc9-115075faa021) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-702d2035-0b37-4d0b-a412-bbb37ec7a590) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67ba7dad-bc86-455f-bc8e-12476ec1c9f9) 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 {
}
