/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f7345481-a641-436a-a9e1-19de6f3a811b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f046f741-1b58-44ac-8067-77573ee3d633) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0793bfb-f7d2-46f6-b507-eb1658c0645e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2ef87794-f53d-40ad-a47f-42fca24761d5) 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 {
}
