/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c2b394aa-25f8-4f73-8ddf-2773f33fdc56) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-413198c5-32b4-46e6-80ba-6677bc6ad842) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-22d976c1-b1e1-455a-a0c3-ce0ef1f0799f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1aaa8978-741e-4aaf-b1a6-8e75ca771a6e) 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 {
}
