/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31826834-bab4-44d3-a3be-f90bb488693e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c9aa5438-7aa6-405e-b9c4-8a793b68327b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-26a39128-a7f0-4a35-add4-00e30d78c90e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0610697c-1859-4936-beef-6eb8b67101bd) 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 {
}
