/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c73408e4-c0a8-458d-970e-0bcb8533cbad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-92e5ca7e-e8c0-4720-91a3-58da39d207ce) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9521bdf1-42eb-4977-b00f-79dbd65858fb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2b0041e8-b583-493d-a7ed-c63588db22e3) 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 {
}
