/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-04638084-c4ef-4cfc-ab75-141d4c11343a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1c592ffa-31d0-4c18-9535-c1b1493ca389) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-96bf442a-e75c-4871-ad72-b7dc4c203e69) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c3f21a9-d59c-49b6-895f-7c4488104d04) 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 {
}
