/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-03a5e018-d46b-4776-8ff9-406986691e77) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b7c643bb-5190-4b5b-a1e1-808bb1ddebbf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-16336a80-5933-4ef8-b547-28eaa5b52728) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5f405352-5051-4989-a59e-29eacf4ec9c0) 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 {
}
