/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fa6488bf-b305-406d-b8c9-dc7b2a50786d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-daf243e8-79f2-4ac8-bc59-dd347dd54153) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-76977118-d365-4820-8512-4cf1767d1fb6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-47d7bd22-bf9c-4f07-b561-591e3ebbb286) 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 {
}
