/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82096eef-e0b1-4855-817c-9a998a46baac) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f76d0104-87d3-474a-aaf7-5c81cb0eead8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1f6e499b-64f5-4af2-af3f-f45d2f5ed4ce) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a54f840-6793-4e56-a2df-ad10369cc6c9) 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 {
}
