/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e2c4e3f-d169-4958-974e-372b77e4d35a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7c33a748-3492-4063-85d7-c0e19fafbeb6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-736c8daf-68e4-44dd-b21b-12db8a80a2cc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-05306583-4429-4895-941a-1bf4f6920e40) 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 {
}
