/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fda04d70-4cfb-4d8c-b988-0be38124da57) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b8f06a2-13a4-4e1f-8802-680ac8470b2d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b646c8ec-16d0-4a1f-b95c-b1bd40371f8f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-60782cd4-2005-4260-ab65-8451f9e28dc0) 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 {
}
