/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4390434f-891b-4a73-af3c-b4e7c56ab38a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e50cca7-a1f5-4a4a-b251-12b8c1fc7fa7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-851ff7a9-20a1-4776-8136-1659f2a46ab2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cd175c11-c2e3-4ad6-804d-14ba4d13452a) 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 {
}
