/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee46660f-7a3f-4380-a2ff-485a993f64c1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c0ec9b9f-09de-4cdc-92a6-4306225322ae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-deb9d952-0c1e-4790-b5d8-cb8149d508f4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ee18c3b2-d4d7-462f-82eb-92ac37616213) 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 {
}
