/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-79c46417-bdde-4ee1-921c-b8cf9cda3764) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a132245d-0a54-4069-82ec-e9b841226c58) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4a003a17-abb2-4fcd-8ee7-a460712c83c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-79637777-e1c5-4456-9a38-3cc0df21e29d) 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 {
}
