/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2891646b-9e92-4ea8-84aa-605603ea85a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba60b0db-3241-40a0-8b83-37b90d915d59) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-00da810c-836a-49c2-8246-39ba83d5d4a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6d1e5c93-7812-455b-bb89-71e31bfacd97) 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 {
}
