/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e6cd78b-2614-40d6-bf99-77d6132014ae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1148deda-2a4e-41b3-ad04-643502e5cfdb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04a67c12-bc64-4f1f-a6b1-51a4ba61ebac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b52e104c-dc4d-4f9b-8216-70c5d597d6b5) 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 {
}
