/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a9055d21-83ad-4918-9780-7ebefe496241) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c2a33bad-6257-44ac-a321-c0e19d34a62c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-09595b23-807a-4050-a084-a0846ab8f5fd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7f01a92f-c3c3-4526-bf94-fa4057a835b5) 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 {
}
