/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6a888cb6-1bab-4824-9d73-3569fffa5970) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dcca300c-f421-429c-b0e8-9116e1651617) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bf2d5f43-1e77-4fdb-a032-01859ed78f6d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b85c59d9-8667-497d-b3fe-f5c11a6a4f14) 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 {
}
