/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fd064ab9-3939-46c4-b046-63464c4282b6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d09be9fc-f863-4cc3-a171-03965c29edda) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c713508d-caca-4d8d-97f1-c808bbf5fc16) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf0744fb-cb18-44c5-831e-db608e2fb1b4) 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 {
}
