/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-37627a76-0de5-446c-a2f1-de04dbda67a1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f9c74158-8083-48b8-9797-2a2b0506ae9f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dcf8ff70-a26a-4ae1-9777-389f1a575876) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d3dab630-3ba5-4d97-819e-42229ffcb0ff) 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 {
}
