/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6a206a80-819e-4ca5-b310-969dfb19c24a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1ea1ac01-5be2-42ed-9fb2-ca18c1fcc1a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d25cdaa6-b25f-4ebc-abc0-116faaa507be) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b147a24f-3c41-45b0-a7e8-4442d81f59db) 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 {
}
