/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-73feb30a-f8cf-454d-bf20-39df834c863c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a5f5e856-066d-46eb-8e1f-a4f842727fe3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ec154c43-731a-4a99-9436-b269b6dfdd70) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c9a7763-7501-4125-bff3-0a0999fcc2a1) 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 {
}
