/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82796485-e162-4d65-a6ce-623341df78cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c84123a-4754-4475-a59c-8d0101fa5bf8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-25a3bbda-0a3b-46fc-bbae-809dc5c657a6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5415bf8b-c5ec-4b7d-9ff4-a7c809149be7) 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 {
}
