/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b07684c-a3d3-4cd8-b46c-f1102891502f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b80242f2-af20-462d-a4b1-cc13ae77ea91) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8fbbad56-7fa8-4139-9b54-fe1a08fdcb9f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fbb24af2-4d78-42eb-a6a0-6268fc6c801e) 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 {
}
