/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-61b0b6e1-6d79-4b26-9d67-4d35ad326a20) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-60a1db17-d682-456c-8aad-9aaf925a82e2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8e233a69-aa74-4115-8698-56d962d95488) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-96138e0e-1bee-421b-996f-9d50da56a579) 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 {
}
