/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c27a7202-0c5b-41cf-a046-8802c0be3629) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-10aada25-307b-44d1-b1ff-c32d94f0fd0d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5acb5092-d154-469e-bf7b-2f139e720d46) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8be3e3e0-ceaa-4bdb-aa9d-2c3a54837755) 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 {
}
