/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ef48a529-66dc-4b11-a2d4-118653933806) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2ed89398-c32a-4255-895e-6e8b417bca20) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1816c89f-a6f9-4315-ace5-0191461e5469) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f1e92caf-3f11-465e-bcb4-cbae7249b3fe) 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 {
}
