/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8288d0a3-66fa-4f62-908b-7929c3149416) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c41eb54-9eeb-4944-a820-7cc173cfd75d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3c01f48a-3ddb-4a28-8410-7b003ec0ded0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cb3953e3-3f76-43d6-a88c-f36fad0079a9) 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 {
}
