/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a0431df-9b8a-442e-bdc2-acb8361c688d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44877e91-f789-46c2-beda-9d64a5cfa667) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f90b94e7-40ce-42b4-81fa-61b4ef4d7eda) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-65963d2c-982d-4c03-a55e-670e2adc5688) 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 {
}
