/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-21ed2a4b-a764-4437-9a42-4506a79c3c28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dcb9b267-ab80-40dc-9e01-2e1c7b60796e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4a1c8791-8eed-4f4b-adc4-31b16b5d7006) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-779d3ec9-80fa-43b4-b034-d91125f6d332) 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 {
}
