/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cde323e-93c0-4c2d-a1fc-e748d7f99303) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-beb638a8-3123-4075-a2c1-632fbd7c9cf7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45e104ad-f1af-496e-aaa5-14ac0a11e16e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-671c05b9-477f-4404-9476-d1db8050df09) 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 {
}
