/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-59a7167f-d099-4845-b408-d49d84c06dd3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ec3fa3e6-5aaf-4b22-94fe-425ea32a0185) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-43f3a876-432d-49ff-a660-2b5fa063cb3b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb13e10d-34e0-4fa5-93ea-cc442481ca80) 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 {
}
