/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-485e0a89-0ac8-4482-87b4-9ee4fb4e7042) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-88eb116b-3470-46f4-a42b-16fcef2925d5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-78a4f699-dfbc-402b-aa69-eb3f1d59bd24) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a8906717-e938-4ba9-b049-113167109bce) 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 {
}
