/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-74db9d2c-71db-440f-b91b-2f228b85d5f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bb22d672-9e44-4bb6-8077-9e639eadede9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f03e9644-3496-48c3-9b44-6ea4bad626a9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-617cefef-7c01-414e-96fa-0fba642b4887) 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 {
}
