/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-99058558-a52a-4b25-bf48-655b10288f64) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87a86789-752a-4f2d-8845-2ae055607bd9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14869097-4cdd-4bd6-ab89-c8069f57f711) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6eb0333-817b-4c5c-8d05-25630ac4ec30) 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 {
}
