/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0079db2e-431e-407a-8adb-263a393d7dc1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44f68054-f8b4-40a2-9f37-74028a408518) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4552d316-8f53-4441-b163-207252f69260) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2356cd6a-9557-4012-9dc7-7ac1cf201fba) 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 {
}
