/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1195ca17-f25e-4f41-b253-0c7773dc3854) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e46e729-c126-4218-80bd-2a9c32f564a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41f0c115-297a-44be-bf19-029dd55b9534) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a9e0622b-dc03-43f5-a1a9-ae5848ce9df6) 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 {
}
