/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9c745348-ef7f-4221-8366-22719affe8de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-080240b0-8e9a-46d5-a5f4-348b785ae996) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1707a114-febf-4f39-94d4-4fc145332452) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c9cbea0-411d-41bf-9869-b5668c8b6043) 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 {
}
