/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e41418f4-c3c8-4490-a26d-240f9ad960b9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e4582f18-edeb-4664-a38b-171f95b72946) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c67a61f7-54aa-400f-bd5b-ddb6c175fdb7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0655637-71e0-4b4c-8008-675248fa384e) 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 {
}
