/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96b50ae9-b7d1-4a84-8e94-356c11c63dae) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eb4bd8fa-6c01-4dac-8774-e49b169ab606) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-797e4035-9c56-4518-8546-090589891757) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43c8cf00-6e2a-4342-baf3-54470767aadd) 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 {
}
