/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3253aa44-8111-474b-a945-83ac8f59db0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-517288da-b49a-4a4d-a779-ec95b4856acc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3fac1a2d-0932-4238-ad36-6bdbecc58666) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4852a6fe-0648-4f2b-a4e3-6c3a51cf63a7) 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 {
}
