/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8cf3f874-0df9-43d6-9ab1-e39f0af7887e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-51816905-b826-4641-af73-16355a5f3497) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-51e8f7eb-3905-4a01-b629-68dea5260798) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3d32bc37-97d8-48c5-bac3-dcd948ac84d0) 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 {
}
