/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3524299d-177e-45dc-8527-6967a5ab3cdf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-86f08300-f2c1-4bfd-83a4-c637bcc1e14e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4dece858-ad50-4aed-a0db-870fca593759) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b13d0051-9a94-4c06-9588-bf64226d496f) 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 {
}
