/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-695812d2-df49-4ddb-9ad3-273b9a0d9db8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5cf70427-cc62-4bb0-836c-fc1db72b6327) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1dc09a30-ac92-4906-91fc-244ba34c6d1e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4aa176da-0eb1-4f79-8971-6d0782b6c0d9) 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 {
}
