/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-79bf4962-a1e8-494a-9e03-f64ff96d6f0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b07464bc-c688-4081-bd4a-ea5c96019891) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-be072ab0-1aa9-4e81-bfc2-83a448611e06) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-daddb319-f20a-4e30-806d-4e0e337a846e) 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 {
}
