/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7878c2d6-321c-4fb9-bc3b-1f62f7f725c2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-62826030-0fe4-40a0-96a0-68fca2c679f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-58042af8-cb56-46e9-bcdc-f631c409f14e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b25c7ad4-1959-46af-9fd3-0cc25a2e5088) 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 {
}
