/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d619d8a8-9740-45f0-b476-d1118bbfa85d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c8e62594-7ab7-47b8-bb98-5b52b48960a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9eed61f9-6b1e-4702-86d3-cd69a9361f87) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f4aa4fbb-d2ec-40cc-b0c7-d29b072c3622) 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 {
}
