/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8557ca8f-ba76-4e60-ba96-3632b9e0d83f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e10a48c7-4a9f-456e-b150-388fb02b106e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dfb72baf-a3e6-476e-8b90-de4116f65a7b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c24aa325-6c7d-4585-8713-513c2bcff8ed) 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 {
}
