/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-626e185b-ff0e-465a-9b0a-b4341ce75910) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a1276be9-85f1-4ef8-b546-0f18345f1d16) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2663024b-809e-42ed-befc-5f09c8b96c06) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4871afe1-7304-498b-899c-8697282ed926) 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 {
}
