/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1fd49603-19cb-4efd-842f-2079ed42d365) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-43883a69-12c8-43c2-a280-73ba64893514) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b5fb7cdc-8144-4a74-81a2-a3fe1721c7ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-77f79636-56ee-4be7-a891-38643c3c8ffd) 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 {
}
