/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d9a76054-53ac-4b83-ab84-70d4396dd994) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-885979f4-7902-4c11-8cab-4db74368c412) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c629ac97-9ea8-4b9c-8848-81f8f986fafa) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-526b7680-248e-49a1-abb9-765b617e036a) 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 {
}
