/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed0120b7-1286-40cd-9d05-30fbcc1f3229) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-07568fde-6d40-480c-9b7a-b7e5aaf470b2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9c16b36b-8057-4f54-9477-c8e6fdd6a3cc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-435a4442-4265-44e2-9eb0-d077c26f8a70) 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 {
}
