/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc430b5b-616c-40b4-92e6-927b4d0b5bc9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1c324005-326a-4271-a0f2-917fa6958987) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3ab45388-ece7-4bd0-82c3-e3ba373332d9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc297469-28ee-4036-b8f5-22e8f35a0a76) 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 {
}
