/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-60132bd4-b28e-4400-82c9-910fe27231d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2dbd653-29c9-4717-a65c-3864d761b422) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e81de83b-5b20-4b73-aad4-bab830364f16) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-047687fd-82fc-412b-b2f7-3942f58cb5dc) 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 {
}
