/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7650c82b-4705-4a9b-ba40-1864dd5ec54c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65f94829-5317-42a6-ae4e-2027633b98f0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b71ad00c-b98f-49d3-9d06-77b2aa761686) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-35394e61-9945-45f8-b5ca-618b5ccb6a31) 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 {
}
