/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e1f4b42-dd93-49bd-838a-938b53105480) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f2fd51a5-6b54-4b36-a7fb-f5bb2c878968) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be697523-dc84-4a96-971c-c54cbe0a2749) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-177d0af0-7f59-4c0d-a774-59a9e5240cf3) 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 {
}
