/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4dcc24af-24f7-4d7c-8db7-01e35128fdd7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9831fde0-ef88-4796-bf32-1a7d4e68434d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fb5f63cb-9c2c-4cba-949b-2bb655c73f99) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-61ac4d0d-9b53-43bc-81e4-17bd15e35a6d) 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 {
}
