/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a9b8f2d1-cea9-4758-92d8-9e0d3d884dea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-449b14f9-2dbd-4ba4-a5c2-f51c04f8703e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-853a76bf-4bf8-4af3-be06-5560c16ca588) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2fc8c850-f2cd-4c97-b969-5356b5460d8f) 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 {
}
