/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f96ab29-625a-4015-9abd-4c78ffd733e5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65d807a4-21c2-4060-9097-b284c8700c19) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3dba9acc-5145-44a7-bb8f-982fffc26f00) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cc040d1c-49d3-4d12-9bd3-b2dfbab01448) 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 {
}
