/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0a62f8cf-226b-42d9-959e-a66168d03d4f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a5354606-c753-4603-9788-2f6c6a70945a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f78a24b-3f3f-420f-92b5-7aa993fd26d5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-75850518-892f-4e56-b116-1a69a169c1fe) 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 {
}
