/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0852c74c-3a9c-4663-81e2-3e0efd54ecfb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-242222a5-c100-40ab-8115-2e70b9a24d37) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7911c496-5570-472a-a34d-822e880f23c8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eb2fcd85-dcb7-4f06-a3a6-a101c1cfe706) 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 {
}
