/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-06e0b622-c8a6-42ec-850b-f8b84821bea2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9521bdcd-ab4a-444f-9dd2-20f6dabb444a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f24ec07c-22f6-4fc9-b28a-bcd4a792bb10) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e136cd04-bf16-4fff-8df8-29269802e535) 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 {
}
