/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7de7246a-60ad-4d92-b335-378028a68229) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c8a072a2-54ef-4863-959c-ad77790ca80e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7f3ea2a1-adff-43c1-b42f-68cc1416824b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-33899b8b-666f-497e-acb9-70bbb7b47819) 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 {
}
