/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bdf9bfbb-9c96-4b97-9238-0106298c9ce2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29094d98-3f6f-40af-92cd-6560ba611385) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e995a2f-e63f-485f-9a39-e93a616a12a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a9bbb7f8-81d4-4110-b1b9-9433421848a6) 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 {
}
