/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ebe270f0-ebb1-4af2-8931-e08613e09554) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-239dca6a-d229-4f75-a7c2-167e4beb2864) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b11b034e-f7d3-4140-8bd7-aaaf27141fd8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a6db2f9-9100-4a7a-bbea-a76066f10837) 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 {
}
