/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb1da230-9388-413f-81d8-ea3b31f1b6c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-38689396-b18a-4493-828f-1a7facfb4fe9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d8ef7b3-cf3d-4f60-94a0-3f219a8a285f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9d0ca959-357d-4cc9-8a89-14e83454b107) 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 {
}
