/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-469273fe-9673-41dc-a9ad-c3cf45775866) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-97d50415-4dae-47d0-bf20-320a27822763) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4e29fdbc-7b39-4336-8df2-e4b99b40e17a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a1f0bc2c-cb33-4ff5-9a87-148d9eba0711) 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 {
}
