/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-35274a21-171c-4f09-999c-2464a2994cf0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ed453aa9-8b8f-40f0-87e5-fef82befcae9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82380cc7-3943-4c09-a6c3-060383ce877a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ea91b0f2-8e31-4686-8208-b466642bfdcd) 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 {
}
