/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b5fe4a4e-a3c8-429c-8338-a820d798f9e3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9954390e-50aa-4db7-9114-d338e7377448) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d10ac9cd-227f-4914-9ea5-d4a5e08ebfb7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b62c2c5e-4da2-4b42-a0ab-a833855de4a9) 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 {
}
