/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3bca95c7-d75c-4552-9a16-3d6aa3553c99) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5924c401-3b75-4405-afb9-35deb4d51269) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ec26ad7a-4143-4b3a-bfa6-0fe527314e2a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eec6f283-2984-4138-b053-b6f9141dc27e) 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 {
}
