/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0118eb1b-0882-4853-b5c9-857ab606ac9b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e66966c-fa34-4d02-bb76-01e29544ac83) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a8e8cb49-97cc-49db-8b87-4bce1c56f770) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee42c152-ac85-4da9-a46e-a9065cddd991) 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 {
}
