/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-601b817d-6c19-4ceb-bca9-ded4c07557f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f980f142-fc8a-4412-b0db-34bfd3b0aa25) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b8e8b98c-a541-4e60-8942-9531ae0df6d5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f123f560-288e-4b36-ab19-a1e71cb2553c) 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 {
}
