/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f14a4b94-ff33-4403-b592-aee14f039ad9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d0c86fee-0110-43ce-adc8-a19dd9bacac8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7a160b3a-292f-4f13-b731-0620b66c4eb4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6fe56a7-2ab2-4a3a-8fcc-fe7fd587402b) 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 {
}
