/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8be9d011-9fdb-4fa0-8c5b-67eb97ce0994) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-65590af7-4fd5-4172-af75-31bd9d5e559b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-664704c0-9415-45cf-86a7-0d4ff6031c1e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b42beca8-406d-4d7c-b944-c7f8591d04a8) 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 {
}
