/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7a2ba27a-cbba-4210-be4b-836e19c79b55) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-480178e3-7bb7-4983-9dee-32a70cd6700b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6bf4288c-7241-43c5-bc8c-60d9aab9d0af) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3173bb2e-4941-4681-b78c-e17f885b4813) 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 {
}
