/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-382f9676-27c2-4acf-a893-df3a019f756d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c0a836e1-d5c7-49d3-899c-a8505915361a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2f78a9ca-59bf-4a48-8f78-bb370e23d58d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ca19415-7e4a-4da1-83ec-3474eb663338) 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 {
}
