/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6556f0f6-edae-43d5-a26c-0a3fa7db33c4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-351767b8-34be-4c0f-b004-9082ae1d66a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-091fd908-15ef-466a-b80e-db209470c596) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f972e215-03d9-49d2-b437-5f2ba670b6f7) 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 {
}
