/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0288fba3-b803-4a47-ba4a-d5a3dede4af4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b7643566-9d41-4fd5-ac69-54d743f48596) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-93a62f80-b353-481b-a9c8-f92a06adfd36) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4e638bb7-58a5-49a2-a0d7-64129cc25470) 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 {
}
