/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-67b107fa-bdac-4083-9b06-6e6d12954bbc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ceb1099b-566b-4d21-960c-7b7332dabb11) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-99a6fbab-67c2-4647-98e8-90c094aa3970) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-08f11d44-df6b-4434-a802-e7e775fa066d) 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 {
}
