/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3ef4a212-4343-4d22-b852-d6d3b29b0955) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-36637ddb-5e97-40ab-839d-3b54ebb3ad69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-814c0ddb-92b8-49d3-ad35-18d39c74fa9d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-45838328-a7b5-493e-b01d-3321aa9859db) 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 {
}
