/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-961b25da-a6e1-4208-b3f9-78bba3498a1a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9997c04-c56d-4644-a175-3a26acd33b0a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6f9ef1ca-65ac-4246-acf7-c8109741b960) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ea930510-05a2-4b80-aa37-f24f33c1a871) 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 {
}
