/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d0c87cab-8f6d-4a49-8348-bb922c25af88) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2b8f77c6-7e5d-4287-a27a-555776653c01) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-398e9557-c4e3-4c21-8278-77c37d59a194) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0009b501-55e7-457a-99ee-58f4b58745b2) 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 {
}
