/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0e5aad3a-d2ac-4c87-bd82-3f9b41bbf15a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-104c47f6-dc62-4c1c-b892-b27ee1b64cd2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b0b4fb8-51a1-42b9-8b4a-66f63d351bbf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-65b9fc19-448f-45f9-a04f-ae80a8730afa) 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 {
}
