/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-08f6d0d2-5c38-46eb-8329-c1b2bc2e2800) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f1828c1d-e6db-45d8-8dca-bcd6c721b107) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5fac0778-b0b4-4402-9a3c-861c32f111fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-56181296-94e7-44c3-8964-963978df93ce) 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 {
}
