/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-23b2ca04-83e1-4af7-a3f6-3a7b529793d9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b51d5877-3f01-480b-801f-03889d1ed51c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0c8ce8e4-72e2-4998-a5ad-45339999d5b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c5e1682c-b250-420f-b435-ac161af1f0e5) 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 {
}
