/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1c47ccf-0fea-4f2e-b30b-0cb3a683ad70) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-074f29f8-12a7-48a8-9dda-2dfb1b9c4a99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b974241e-399e-41cf-9265-bd2323efd111) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0f0d6a1b-b541-4ae6-847f-ff4c9f470a88) 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 {
}
