/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5edd7cad-57b9-4bfd-bee4-a939a4ae521f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ab265066-ddde-4f17-aec1-2b302615aa6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-42a82380-2b50-4831-998a-bccc8cd27af1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-21c2e441-80b6-4ad1-95fa-e9c3a317f4e6) 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 {
}
