/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52fd046d-e3c4-4da1-994d-4dcdd35ab872) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f284210d-5dab-4b3a-820e-9c6a8e3475f3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8fa3b45a-5967-48a8-b62c-cbce4c4a5916) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8fc7b9f5-d78c-4784-ad98-f1988e6da34a) 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 {
}
