/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9a9c7d48-a4d1-407b-bf8f-58548d11ad69) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1f4e941a-3bb6-444b-b0aa-731021fb7f48) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-62b0df33-a02c-4758-93a2-8877b76a42b6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2f3498f4-c4cc-4c41-97d3-c389a9573cfc) 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 {
}
