/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fd629690-4f63-4dab-85b0-8526a77e9a62) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5491be4c-35ff-4473-9238-e05f02480284) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f7dbb724-555b-4539-bf6f-ec6cb47f10d0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e988d1cc-12cd-4567-9855-1e32707cc965) 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 {
}
