/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ac0906b0-7bde-4b62-b9a4-c90b522082f3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dccbb96e-2c4d-4608-a87f-1da4977456e9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-93fe7c54-8199-4b81-9644-87250fb829bb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0dde30c1-641a-4840-8f54-86a027052b82) 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 {
}
