/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-67337ed1-b6f5-484e-a696-ba034ec5172c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-91dba17e-d508-4272-a011-9326149d9f10) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3dca8a11-aa80-4c81-b387-4f6fbda8f324) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8da11ad1-200e-4906-9138-228edbf21107) 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 {
}
