/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8c9b42a9-5ba7-4746-8b12-e4827281dcdf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a3b86c85-3726-42a5-8e9e-190a0e4547ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5d4a9106-78d6-4e8c-9c05-0f55f4291f85) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f734aa51-6dc7-43d0-8f0b-e416dc27b0f9) 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 {
}
