/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-39b0cece-c7fa-4cd6-866b-b688086bc231) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b3e66f4b-4d9e-4ff4-b375-8c6347b19743) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7fa45586-4070-4554-9321-4cc02bad3416) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63ff7859-c9c5-49e3-b585-f36cd4608c39) 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 {
}
