/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6c55f372-4ee5-4f55-9998-394babc88bae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-207bbff2-be8a-490c-bd87-89fbfde7785e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6bddb1c0-400f-4119-8331-7ed74483e0f2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7f609714-58a2-4cb2-8006-c495475e53eb) 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 {
}
