/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-483a356c-5e05-45ef-9c10-907ba611bb9d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dbaf2d2c-d266-4d93-a597-552b3fcd24b8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-46e24d51-aa03-4906-bba0-97aec6194a5b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6f27f79e-2ef4-4fde-b809-fa96f52feee0) 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 {
}
