/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b4dc381d-e1fb-4291-8276-feec5184bac2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-021a65cd-e548-44f6-ab1a-5cfc075d8bb5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7a82c469-b982-4712-b40f-3f6aa69d46a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7067b539-bdfb-4ce5-b260-f2151667bb80) 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 {
}
