/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c5b9ee25-3bd0-4c44-92c7-b2c809c476e0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-029e9668-af23-459d-ab12-4ffb5d6feb4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-85789812-4af7-42ea-aa05-e89f0d950e96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-de8e3bac-50fd-49ee-9612-81647db57193) 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 {
}
