/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-255d638b-a922-465d-865a-6ea4d4ca4520) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9a52c820-499b-46af-bfc5-55871099f1c0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3222b05c-8dba-4bde-8b0f-26078dcfbabb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fec88623-24a6-4dcb-8aba-2618c3da11ff) 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 {
}
