/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-623a19cb-fc9c-4c99-bdad-93bd1aa84205) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3dacb8ef-5d14-48e2-bbe4-6fdddad541e2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d13af767-1744-4e92-a8b9-6b1903b296fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b14c1be1-e1fe-46eb-98ac-991720827c99) 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 {
}
