/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dd4bc42e-98af-4212-9be5-21fb858721bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b4471b0c-37ec-484d-a3fb-b364aca399ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5593151e-5d58-4152-b63e-7ba3b09b9a68) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5fa82428-9db6-4ae7-9209-1abeff6c01bd) 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 {
}
