/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3b244bca-b97c-46e0-8fef-492b5be9f943) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-770bf507-36d1-4da6-b18c-173718958807) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7c6b073a-3b94-4fff-86bc-2620b3756137) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-df07037a-f392-47d4-98f5-8ed086c8f2ce) 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 {
}
