/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c2834656-4e69-4123-8191-c37c150ab1a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4751fcb7-8f96-4a8e-a54d-52adbc840404) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9c47e9f3-dbc3-4ee3-a25e-355d7ad3d9b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-658d6ce6-907c-4352-a605-65b09c5fa647) 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 {
}
