/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f617b1b7-6eba-45c7-98cd-5a5e27c5e2bd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ed070861-bd22-480b-a1b1-c187c0cd59d5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fa6a96e2-7baf-4535-8e82-29fb4e587147) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-042043a5-4ebe-4c35-a233-39f0f300e0b6) 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 {
}
