/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5595e031-3c28-4595-a721-2250f9ec84e2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-511b9758-a7c0-4580-a6e7-8fa8f883bd27) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f87653ec-2b45-4173-b924-f025d31564f8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-16f4be80-8d8f-4019-8c76-467f5c34495e) 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 {
}
