/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-19c2ba4f-080a-408f-8838-6cb4e0cb6de9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-48fc67e0-6447-4ded-a0b9-65a0bcd6911f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a4965d4-a100-4251-9f9d-b8b348f67901) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f8f0a0aa-5bfa-4df2-bfa7-9aa4ad518030) 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 {
}
