/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-29d9aa50-e99a-4657-a081-1f457df861f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5bc8397b-1c19-48e0-a347-a20c6b639ce3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0144a5a6-7df1-4ad6-97e9-7880c27ebe20) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d7245c59-1de1-4502-9a35-9bf1fbbb1a1f) 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 {
}
