/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7127a984-aba6-4029-8038-38d5ff9bf9c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6fcb7d1b-f8a1-4166-bbc7-9b191cb402e5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-849e9d43-3bea-4f7f-ad35-6c767f3c974a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b49f4620-e652-44e9-9645-09704599f3ea) 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 {
}
