/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4645fd00-9136-4013-834f-dee6678dddb0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c80e95ce-7dae-4959-b762-fa10fd987881) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c52b7bfc-7f35-4438-8c3e-b988ad32c317) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7c0f7550-e513-4c97-9419-168bcb0a2c18) 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 {
}
