/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-61fc28ae-d370-4963-af2d-57b376c5a0d8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-06c940d6-24ce-4d40-b58f-efeb36f17715) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a2363d6-54b9-4866-831e-c504e069c44f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-227ea1a0-e594-4e66-9fbb-da4c08810cdb) 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 {
}
