/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1d21196e-54f8-454c-a2eb-3b8f7c84770e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0d236841-a12d-4ec3-8fd1-6348af095f5b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-89f7c4c6-def0-4233-a215-637a2fe6c0b5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4b339db4-03d5-443b-b775-ebaa4a7d00dc) 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 {
}
