/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5438c271-d30a-4f0c-9d29-e76c625d406a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-23bd171d-a03a-4872-bd78-7b50c7c5ebf2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5455b29c-6105-4640-987e-c09af122e1e7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eabfbc38-6c42-44df-abf1-36affb62c153) 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 {
}
