/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-61b3c25a-db2a-4485-b951-c395637224f0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0748d723-b7c0-4ec0-9284-274191404fbc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-688ce9b5-259a-40d1-81d3-673f39220034) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6f0a6b7d-2f74-4c78-b0d6-d83da216d5e3) 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 {
}
