/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5fb0671f-62e3-4abd-8f8b-5297e4994dac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-13b068d2-5451-4d3e-8a67-7c8494eb238e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e310673b-5ce6-4307-9df2-2e0cf6189534) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c697018-1df3-4f59-b62f-22a9d5b982ea) 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 {
}
