/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ae0c11b6-399d-4202-ab6a-4b2bff42801a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-526b3031-7929-492a-92f7-56bd3a47c053) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9921e7a8-b1f2-4f4a-975e-bb3664eebcd3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-06b767cb-3f75-47f8-aee0-a10172a87b65) 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 {
}
