/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f51dbf80-132c-424f-a816-97344743f3cb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c7015c04-1ba4-4512-98d3-50abd8b626a3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-845ab960-24eb-411f-b2df-dd661c1449e4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d52ff64-3d51-4d7e-ac6a-0f09473a7129) 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 {
}
