/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-75de1b78-58cb-4266-8da1-288c0bdae1d6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2976afcb-457f-45f7-bbd5-625a0dde0cae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7eef222f-712f-45ca-b092-5468d073fc91) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-18940b63-b6f1-42e9-b2cc-9e4d55e8bb8c) 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 {
}
