/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8dbdb8d0-7990-4370-ae09-a1aa91baa466) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6c537bb6-effa-4ac9-b2f2-d93c1ea7d0df) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1763415a-b955-4776-a4f6-8b02ff06ed00) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e1ae2357-b9d0-4fa1-a99b-9558343c16a3) 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 {
}
