/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1133cf11-52f4-43ab-b207-25fa9a3bb2c1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a799883-7f9a-4d30-b2aa-e2a0ee01ee00) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-142aa956-ec95-46e0-8e9a-9d32cd67922d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bd9fa12b-e35b-46ff-a3c6-a7e447729b70) 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 {
}
