/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1964bebc-88ee-42e3-a781-83ea66a79a8f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3866af5-ad1e-4026-85b5-bf1e5ceb15bb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-931ba3ab-1781-44e6-8520-4c09130692a2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c8966764-ceeb-4c0b-9ec1-46fb4e4728fe) 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 {
}
