/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3ce8ccae-d8b6-4968-b515-6e2543ee6b1a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1cc0515d-b826-42aa-8e28-48d529c8d643) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a5fbc772-2fb3-4c9f-855d-ed4fc169c245) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67b30645-d204-4f1f-8c12-8f4cab401975) 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 {
}
