/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b0fd0099-d7cc-4d32-a6bc-a60a3e5c0706) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d72f80f6-9905-489c-99bb-3442fd1346f1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b3eefb5-7811-4078-9746-09d54b0c31fd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f388833e-2bbd-4952-a062-4606032bf499) 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 {
}
