/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-623da60f-4a26-4418-8a72-babfa15bb804) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8ada2a84-07a8-4c1c-9934-3d9bb78ceed5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f52f8a1-8398-4ae6-a861-aaf92f5e0941) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e96dcec3-9135-4362-8e10-ce2b08f1a1c8) 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 {
}
