/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cff26943-88e5-49a0-a329-8d97624e1005) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-692f0a49-ea08-432f-8d74-08cff0944379) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f8145b61-6faa-410c-a725-7059409739f5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b344b3f-f426-42d7-9ed3-03731a6da640) 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 {
}
