/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5961d6c-4786-4736-a75a-d65b4e52a168) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9a2efdd6-95b5-4237-bece-9c0f69b74a57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b3d0c860-d1fa-48dd-be38-c68984b75b5f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b53cc2ac-6975-425f-95c7-156d5786ca97) 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 {
}
