/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7eb83d0f-73db-45b7-8c01-4a268bf94e84) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-18d3bad0-31c7-458e-b6b6-82401d50899d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-95abc5d2-fd7d-47d7-a657-551fca3ef95a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4cd417a1-a32a-4c3f-a6f0-a991603b8363) 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 {
}
