/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bc5ec505-e729-4391-abf6-0b743fe4c799) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-507bb882-eb7e-4810-a2e1-1f10223c2c47) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fdc3ca78-cd18-4004-8b50-36bf89dafc3d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6a193582-ba1c-4fb5-9b34-4fa613004b5c) 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 {
}
