/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9ac14c4b-fcce-422d-82b6-3d5446d693d9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43995af0-cab5-4472-9d23-83a238a65484) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af1e17c2-5844-41b2-bb2c-d0b27a52ce90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-50b8ccf3-720e-4f4e-8e28-21e5c6073238) 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 {
}
