/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1c88cb29-2f14-4602-999f-a3d18a8587e1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b537fd3e-a7fb-4b56-b82f-9726d1137b16) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aaef4595-4065-4089-95c7-01dcf8b7bbba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-924c88e8-fa97-4241-b1fd-31e150b2f49b) 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 {
}
