/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af8a1517-4a53-452a-861b-d8f7a9ee1443) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee5d4e7c-514e-42cd-b970-4d24e8329f3a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bae22a85-7316-4440-b3b3-39d7b43df4d6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-50728086-582a-407f-9267-66c4e6098066) 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 {
}
