/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ce8dd3a0-8ee8-4f14-9d1a-902079e77a45) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7aebbe0-0993-4afe-a058-291e99e09ac6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a694c548-aa22-45e3-909f-93744ac9f04c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0809dcc4-3b0f-42a7-8f4b-272bd12bb111) 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 {
}
