/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7ae6efdd-a708-4a99-89fc-19e0183a9e92) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d6a31463-a174-4849-a0b1-83342e555c60) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14316df1-7b39-402b-9835-d1277923b152) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-adf83137-5dc0-434f-8094-a7050774a5d4) 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 {
}
