/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1e244d35-463b-48db-a13a-ce96532f4230) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f8a6266d-6263-438a-a237-c17697cd90a0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d25421fc-f95c-4bc3-be5a-d0e5aef063ef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-93b4b6af-671a-443c-b249-921e7f1645bc) 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 {
}
