/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6c77a8e1-e8a7-422e-bbfd-c7077a07bcdf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e0e63d98-6979-4515-a4bc-c3aa8983341e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bb939018-6717-4192-93de-cccec3952eb9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-57c407c5-6db2-450e-ba36-bfbcc37f8442) 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 {
}
