/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b83aaa96-6efe-4193-bfa2-25333bcc16a0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c3e0c3fd-44b0-482a-99f5-ae84ad054f3b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1786bfd5-fdf1-4f78-a78d-9a9dd32e553f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-03a99c80-1c85-4d32-b852-641a4289f6c7) 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 {
}
