/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ccb5258c-e9fb-446d-94e6-72c3ecfe02ee) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-28af1e19-d8d8-4342-bc91-f78089411078) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-80c1e7d9-30c0-45f1-ba4c-1c9d126e62d2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-173583e5-7325-45c4-99ad-0668e40e470c) 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 {
}
