/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-136c93ec-d165-44e8-bbb4-00b89c474b76) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b199f0c-016a-489c-9026-3776af8f7b16) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f502676-bfc4-4650-9c2f-058d58ca1524) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b3fdc5cf-29bb-48be-9dc6-68f4d30fe4e3) 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 {
}
