/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f4ff0efe-0ac6-422e-8405-58fa0b58d247) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5d8f489b-df40-4b3b-b081-4f7d0a3f41ea) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-15684015-622b-4c26-b71d-97dc387ac8fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3eff0322-4091-4daa-9be7-272f5c459cf0) 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 {
}
