/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57f82159-0d79-4da9-8b4d-442e0f624bd7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-62e66627-6ce7-4659-9526-1b8916f96518) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8b262448-cd81-4864-b62b-719f909b9e16) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-92236ca2-f04f-4fb3-9f54-5b225e7c10ad) 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 {
}
