/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-27d24416-9cc4-40ae-bea4-c18291c959ba) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab79b58f-e10a-45f2-8131-fc8f5d6acf45) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4c760e83-b402-4b76-80f1-d68bd0b5c5b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eec51d98-3a78-4aab-bba3-b4af9590d015) 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 {
}
