/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b27fc7f-4213-4c47-a7c9-efa1bb8b2d27) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-924c6b4f-1f11-4506-88c4-763b3b851ba0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cfbccdbd-52ee-445f-9f4d-bcd4e15384e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee297d00-01f4-43e5-bf58-80fc76dcb4ba) 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 {
}
