/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cf0274e-895c-4a4b-83d9-c5e72c9f3fac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d95faf32-d226-4c0b-a559-2d535685ec83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0d87926-1901-471d-95f3-41aabc5ae586) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c28a8a90-a538-46b2-baac-d1c428229f0e) 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 {
}
