/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-82e792c3-db46-4fc3-a1aa-bd42e68a7016) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8a95b14f-20b1-4a3b-8f19-11c6e50c82a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-09a37545-2fe2-4c99-a867-68615b61e4f1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5a1b118e-8c81-4c53-a6dd-a788ff967396) 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 {
}
