/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a0934dbd-1d76-423c-bbe2-3010ce2b39b6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-53375801-0c8a-4689-bb7a-0e163f5f1a05) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f11179b2-1ef2-4780-b25c-ae8085bda3c9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-17c4ba24-e1e0-4f78-a0ee-1242654a54ad) 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 {
}
