/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1ce01023-4e8d-4b24-a894-c80696d02565) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2a5d4af6-d43f-4fd5-ad28-1327b9aa6182) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dd1587b5-826e-4f88-8d4b-01c03fd21073) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-de91a609-474d-4a0c-a086-2378b8d0b018) 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 {
}
