/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e71e7721-8389-485c-9935-b07cbaf28e1d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a0adf8bd-c144-4214-b1f2-42a6665f2083) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0e2d51dc-2f39-4bcf-bccb-5fa20c63fcae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8ceb33b-7d14-4fb3-a877-7fe18d71d965) 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 {
}
