/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b5ee28c-dd86-43a3-b3a3-8adca1a910c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efb8c43a-d5ce-4628-9953-8ae3a121b5a3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2db77218-a763-45e2-b24d-db3825203f83) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6332d91d-74ca-4a74-8d14-adbebbf6c759) 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 {
}
