/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-405a8bf6-f4c4-4d29-97f8-28272d75080d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6e4c15fd-abe9-46f8-8588-d2d75b52b485) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5b25ba01-f634-48c6-bfce-12beee93f9fa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bbd6d212-6294-4ae4-ac8d-f53ffcc672a3) 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 {
}
