/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a8306f19-9aae-4b40-83f3-0a40c9fa9224) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-152c585a-cfe2-4c3b-ab06-6b90e996f363) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-310f49ea-7d53-4e4a-81ca-bf4af1b79301) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6b5e5df-0a0b-4b23-96b3-e8f9cbbde9b7) 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 {
}
