/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af1ed7cb-f623-4a29-8e75-964b217c8f29) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1e136d5e-9ff8-48d7-bdae-b9624cd75445) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0a588438-27fb-485e-a791-2e7b29ea300a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b8a1d9ea-4c58-4b9a-af81-510c4153518c) 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 {
}
