/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc85aa40-ab2b-491c-8cdc-4fd00bd196ce) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-13c99eab-f9ae-46f9-b963-1844ac1ca662) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-51372cc2-a950-4e79-9ffb-37b7ca19a020) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-671d3213-c66e-4bcb-83fe-4f667e5b8755) 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 {
}
