/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dc9d6049-9ad8-44a9-96dc-b60ae1c2e2ad) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-80a35d5e-b904-4a7f-a825-85881f0fc838) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b4bc026-628c-4901-b764-4273f7a6f0ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a8f3ab5-c149-441b-98e1-741a1183d4b3) 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 {
}
