/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a9edab6-f290-47ac-b362-72a6a4dc969a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81224d21-2839-49e9-816e-78366f746865) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59b4ab79-c80f-4a9f-bccc-3164f52d496c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c56783f5-071a-4df3-ad8f-52f3a64e8a5f) 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 {
}
